📅  最后修改于: 2022-03-11 15:03:21.027000             🧑  作者: Mango
// ...
plugins: [
// other plugins,
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
'window.jQuery': 'jquery'
}),
],
//...