const webpack = require('webpack'); module.exports = { chainWebpack: config => { config .plugin('provide') .use(webpack.ProvidePlugin, [{ $: 'jquery', jquery: 'jquery', jQuery: 'jquery', 'window.jQuery': 'jquery' }]); }, };
因篇幅问题不能全部显示,请点此查看更多更全内容