webpack.common.js (tine20-2020.08.3) | : | webpack.common.js (tine20-2020.08.4) | ||
---|---|---|---|---|
skipping to change at line 90 | skipping to change at line 90 | |||
}, | }, | |||
{ | { | |||
test: /\.js$/, | test: /\.js$/, | |||
loader: 'babel-loader', | loader: 'babel-loader', | |||
exclude: [ | exclude: [ | |||
/node_modules/, | /node_modules/, | |||
], | ], | |||
options: { | options: { | |||
plugins: [ | plugins: [ | |||
"@babel/plugin-transform-runtime", | "@babel/plugin-transform-runtime", | |||
"@babel/plugin-syntax-dynamic-import" | "@babel/plugin-syntax-dynamic-import", | |||
"@babel/plugin-proposal-class-properties" | ||||
], | ], | |||
presets: [ | presets: [ | |||
["@babel/preset-env"/*, { "modules": false }*/] | ["@babel/preset-env"/*, { "modules": false }*/] | |||
] | ] | |||
} | } | |||
}, | }, | |||
{ | { | |||
test: /\.js$/, | test: /\.js$/, | |||
include: [ | include: [ | |||
require.resolve("bootstrap-vue"), // white-list bootstrap-vu e | require.resolve("bootstrap-vue"), // white-list bootstrap-vu e | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |