init
This commit is contained in:
7
config/webpack/plugins/jquery.js
vendored
Normal file
7
config/webpack/plugins/jquery.js
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
const webpack = require('webpack')
|
||||
|
||||
module.exports = new webpack.ProvidePlugin({
|
||||
"$":"jquery",
|
||||
"jQuery":"jquery",
|
||||
"window.jQuery":"jquery"
|
||||
});
|
Reference in New Issue
Block a user