aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack/webpack.video-embed.js
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-24 15:37:44 +0100
committerChocobozzz <me@florianbigard.com>2021-11-24 15:37:44 +0100
commit4ce5f50cd3712619419feda42ecacfd751759fa4 (patch)
tree8196263240465776c51f5588aec9e0f92048ac38 /client/webpack/webpack.video-embed.js
parent450de91e22ba1388e14e12ada875c94e0c38f5d3 (diff)
downloadPeerTube-4ce5f50cd3712619419feda42ecacfd751759fa4.tar.gz
PeerTube-4ce5f50cd3712619419feda42ecacfd751759fa4.tar.zst
PeerTube-4ce5f50cd3712619419feda42ecacfd751759fa4.zip
Fix babel for mjs files
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-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 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',