aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/config
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-07 22:34:02 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-07 22:34:02 +0200
commite822fdaeee90cb7c70d5678f19249198cd7aae8c (patch)
tree07678eff3b3d378bda40800002b515b982017c78 /client/config
parent8c255eb53c8f47bd64778d6fbcb93b248ee14163 (diff)
downloadPeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.tar.gz
PeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.tar.zst
PeerTube-e822fdaeee90cb7c70d5678f19249198cd7aae8c.zip
Use ng2-file-upload instead of jquery and add tags support to the video
upload form
Diffstat (limited to 'client/config')
-rw-r--r--client/config/webpack.common.js8
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 /*