Use Babel also for .js

[MAILPOET-1829]
This commit is contained in:
Jan Jakeš 2019-02-20 11:20:33 +01:00 committed by M. Shull
parent 1e1ed6f251
commit b0c3972ab2

View File

@ -65,8 +65,8 @@ const baseConfig = {
module: {
rules: [
{
test: /\.jsx$/,
exclude: /node_modules/,
test: /\.jsx?$/,
exclude: /(node_modules|src\/vendor)/,
loader: 'babel-loader',
},
{