Fixed spread operator support in older browsers

This commit is contained in:
n1474335 2019-07-02 18:39:21 +01:00
parent d148cae814
commit 5abc5279f5
3 changed files with 2 additions and 8 deletions

View file

@ -60,7 +60,7 @@ module.exports = {
rules: [
{
test: /\.m?js$/,
exclude: /node_modules\/(?!jsesc|crypto-api)/,
exclude: /node_modules\/(?!jsesc|crypto-api|bootstrap)/,
options: {
configFile: path.resolve(__dirname, "babel.config.js"),
cacheDirectory: true,