From e822fdaeee90cb7c70d5678f19249198cd7aae8c Mon Sep 17 00:00:00 2001
From: Chocobozzz <florian.bigard@gmail.com>
Date: Tue, 7 Jun 2016 22:34:02 +0200
Subject: Use ng2-file-upload instead of jquery and add tags support to the
 video upload form

---
 client/config/webpack.common.js | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

(limited to 'client/config')

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 = {
     root: helpers.root('src'),
 
     // remove other default values
-    modulesDirectories: [ 'node_modules', 'node_modules/blueimp-file-upload/js/vendor' ],
+    modulesDirectories: [ 'node_modules' ],
 
     packageAlias: 'browser'
 
@@ -246,12 +246,6 @@ module.exports = {
       chunksSortMode: 'dependency'
     }),
 
-    new webpack.ProvidePlugin({
-      jQuery: 'jquery',
-      $: 'jquery',
-      jquery: 'jquery'
-    })
-
   ],
 
   /*
-- 
cgit v1.2.3