0👍
JavaScript is case sensitive. I use the ProvidePlugin to define some aliases:
new webpack.ProvidePlugin({
"jQuery": "jquery",
"$": "jquery",
"window.jQuery": "jquery"
})
👤Joe
Source:stackexchange.com
0👍
JavaScript is case sensitive. I use the ProvidePlugin to define some aliases:
new webpack.ProvidePlugin({
"jQuery": "jquery",
"$": "jquery",
"window.jQuery": "jquery"
})