aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack
diff options
context:
space:
mode:
Diffstat (limited to 'client/webpack')
-rw-r--r--client/webpack/webpack.video-embed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js
index d578443fe..ef17deeb6 100644
--- a/client/webpack/webpack.video-embed.js
+++ b/client/webpack/webpack.video-embed.js
@@ -22,7 +22,7 @@ module.exports = function () {
22 */ 22 */
23 extensions: [ '.ts', '.js', '.json', '.scss' ], 23 extensions: [ '.ts', '.js', '.json', '.scss' ],
24 24
25 modules: [ helpers.root('src'), helpers.root('node_modules') ], 25 modules: [ helpers.root('src'), 'node_modules' ],
26 26
27 alias: { 27 alias: {
28 'video.js$': path.resolve('node_modules/video.js/core.js'), 28 'video.js$': path.resolve('node_modules/video.js/core.js'),