Fix babel for mjs files

pull/4597/head
Chocobozzz 2021-11-24 15:37:44 +01:00
parent 450de91e22
commit 4ce5f50cd3
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ module.exports = function () {
] ]
}, },
{ {
test: /\.js$/, test: /\.m?js$/,
use: [ use: [
{ {
loader: 'babel-loader', loader: 'babel-loader',