diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-24 15:37:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-24 15:37:44 +0100 |
commit | 4ce5f50cd3712619419feda42ecacfd751759fa4 (patch) | |
tree | 8196263240465776c51f5588aec9e0f92048ac38 | |
parent | 450de91e22ba1388e14e12ada875c94e0c38f5d3 (diff) | |
download | PeerTube-4ce5f50cd3712619419feda42ecacfd751759fa4.tar.gz PeerTube-4ce5f50cd3712619419feda42ecacfd751759fa4.tar.zst PeerTube-4ce5f50cd3712619419feda42ecacfd751759fa4.zip |
Fix babel for mjs files
-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', |