webpack.base.config.js
加入以下配置:
, plugins: [ new webpack.ProvidePlugin({ jQuery: 'jquery', $: 'jquery' }) ]