diff options
Diffstat (limited to 'client/config')
-rw-r--r-- | client/config/webpack.common.js | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/client/config/webpack.common.js b/client/config/webpack.common.js index 35ea8ed28..80d77b400 100644 --- a/client/config/webpack.common.js +++ b/client/config/webpack.common.js | |||
@@ -72,11 +72,7 @@ module.exports = function (options) { | |||
72 | */ | 72 | */ |
73 | extensions: [ '.ts', '.js', '.json', '.scss' ], | 73 | extensions: [ '.ts', '.js', '.json', '.scss' ], |
74 | 74 | ||
75 | modules: [ helpers.root('src'), helpers.root('node_modules') ], | 75 | modules: [ helpers.root('src'), helpers.root('node_modules') ] |
76 | |||
77 | alias: { | ||
78 | 'video.js': 'video.js/dist/alt/video.novtt' | ||
79 | } | ||
80 | }, | 76 | }, |
81 | 77 | ||
82 | /* | 78 | /* |
@@ -224,22 +220,6 @@ module.exports = function (options) { | |||
224 | to: 'assets/webtorrent' | 220 | to: 'assets/webtorrent' |
225 | }, | 221 | }, |
226 | { | 222 | { |
227 | from: 'node_modules/video.js/dist/video.min.js', | ||
228 | to: 'assets/video-js' | ||
229 | }, | ||
230 | { | ||
231 | from: 'node_modules/video.js/dist/video-js.min.css', | ||
232 | to: 'assets/video-js' | ||
233 | }, | ||
234 | { | ||
235 | from: 'node_modules/videojs-dock/dist/videojs-dock.min.js', | ||
236 | to: 'assets/video-js' | ||
237 | }, | ||
238 | { | ||
239 | from: 'node_modules/videojs-dock/dist/videojs-dock.css', | ||
240 | to: 'assets/video-js' | ||
241 | }, | ||
242 | { | ||
243 | from: 'src/standalone', | 223 | from: 'src/standalone', |
244 | to: 'standalone' | 224 | to: 'standalone' |
245 | } | 225 | } |