Skip to content

Commit 677cbae

Browse files
author
Darius Rosendahl
committed
added jquery as external
1 parent b8a0ddc commit 677cbae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webpack.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ module.exports = {
99
},
1010
plugins: [
1111
new webpack.optimize.UglifyJsPlugin()
12-
]
12+
],
13+
externals: {
14+
'jquery': 'jQuery'
15+
}
1316
};

0 commit comments

Comments
 (0)