forked from MichaelYick/mailpoet
Use Babel also for .js
[MAILPOET-1829]
This commit is contained in:
parent
1e1ed6f251
commit
b0c3972ab2
@ -65,8 +65,8 @@ const baseConfig = {
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.jsx$/,
|
||||
exclude: /node_modules/,
|
||||
test: /\.jsx?$/,
|
||||
exclude: /(node_modules|src\/vendor)/,
|
||||
loader: 'babel-loader',
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user