diff --git a/.babelrc.js b/.babelrc.js index 15a3079257fa..51399697f4e5 100644 --- a/.babelrc.js +++ b/.babelrc.js @@ -4,11 +4,9 @@ module.exports = { '@babel/preset-env', { loose: true, + bugfixes: true, modules: false } ] - ], - plugins: [ - '@babel/plugin-proposal-object-rest-spread' ] -} +};