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 () { ] }, { - test: /\.js$/, + test: /\.m?js$/, use: [ { loader: 'babel-loader',