diff --git a/babel.config.js b/babel.config.js index aeaa21291a..c48171c838 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,16 +1,15 @@ module.exports = { plugins: [ '@babel/plugin-syntax-dynamic-import', - ['@babel/plugin-proposal-class-properties', { loose: true }] + ['@babel/plugin-proposal-class-properties', { loose: true }], ], presets: [ [ '@babel/preset-env', { modules: false, - corejs: 3, useBuiltIns: false, - } - ] - ] -}; + }, + ], + ], +}