diff options
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index c5df40a04..13bcf9717 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js | |||
@@ -75,7 +75,7 @@ module.exports = function () { | |||
75 | ] | 75 | ] |
76 | }, | 76 | }, |
77 | { | 77 | { |
78 | test: /\.js$/, | 78 | test: /\.m?js$/, |
79 | use: [ | 79 | use: [ |
80 | { | 80 | { |
81 | loader: 'babel-loader', | 81 | loader: 'babel-loader', |