Update babel config require (#486)

This commit is contained in:
Jaco
2021-06-17 09:51:53 +03:00
committed by GitHub
parent 0fb6b0a21a
commit bcbfa193f5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = {
use: [ use: [
{ {
loader: 'babel-loader', loader: 'babel-loader',
options: require('../../babel.config.js') options: require('../../babel.config.cjs')
} }
] ]
} }
+1 -1
View File
@@ -18,7 +18,7 @@ module.exports = {
use: [ use: [
{ {
loader: 'babel-loader', loader: 'babel-loader',
options: require('../../babel.config.js') options: require('../../babel.config.cjs')
} }
] ]
}, },