diff options
Diffstat (limited to 'client/config/webpack.common.js')
-rw-r--r-- | client/config/webpack.common.js | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 7f1da74b9..9d05668e2 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js | |||
@@ -68,7 +68,7 @@ module.exports = { | |||
68 | root: helpers.root('src'), | 68 | root: helpers.root('src'), |
69 | 69 | ||
70 | // remove other default values | 70 | // remove other default values |
71 | modulesDirectories: [ 'node_modules', 'node_modules/blueimp-file-upload/js/vendor' ], | 71 | modulesDirectories: [ 'node_modules' ], |
72 | 72 | ||
73 | packageAlias: 'browser' | 73 | packageAlias: 'browser' |
74 | 74 | ||
@@ -246,12 +246,6 @@ module.exports = { | |||
246 | chunksSortMode: 'dependency' | 246 | chunksSortMode: 'dependency' |
247 | }), | 247 | }), |
248 | 248 | ||
249 | new webpack.ProvidePlugin({ | ||
250 | jQuery: 'jquery', | ||
251 | $: 'jquery', | ||
252 | jquery: 'jquery' | ||
253 | }) | ||
254 | |||
255 | ], | 249 | ], |
256 | 250 | ||
257 | /* | 251 | /* |