We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a0ddc commit 677cbaeCopy full SHA for 677cbae
webpack.config.js
@@ -9,5 +9,8 @@ module.exports = {
9
},
10
plugins: [
11
new webpack.optimize.UglifyJsPlugin()
12
- ]
+ ],
13
+ externals: {
14
+ 'jquery': 'jQuery'
15
+ }
16
};
0 commit comments