]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/config/webpack.common.js
Client: fix ng2 bootstrap version that breaks change with patch versions...
[github/Chocobozzz/PeerTube.git] / client / config / webpack.common.js
index 7f1da74b9afbecaaa7d2267878af04a5d27e6e10..dec468736cc2e531ee0f9b39a14c7af82e0f677e 100644 (file)
@@ -68,7 +68,7 @@ module.exports = {
     root: helpers.root('src'),
 
     // remove other default values
-    modulesDirectories: [ 'node_modules', 'node_modules/blueimp-file-upload/js/vendor' ],
+    modulesDirectories: [ 'node_modules' ],
 
     packageAlias: 'browser'
 
@@ -244,12 +244,6 @@ module.exports = {
     new HtmlWebpackPlugin({
       template: 'src/index.html',
       chunksSortMode: 'dependency'
-    }),
-
-    new webpack.ProvidePlugin({
-      jQuery: 'jquery',
-      $: 'jquery',
-      jquery: 'jquery'
     })
 
   ],