diff --git a/babel.config.js b/babel.config.js index 538d4c8b28fc..9236f7c53f90 100644 --- a/babel.config.js +++ b/babel.config.js @@ -7,9 +7,7 @@ module.exports = function (api) { const envOptsNoTargets = { loose: true, - modules: false, shippedProposals: true, - exclude: ["transform-typeof-symbol"], }; const envOpts = Object.assign({}, envOptsNoTargets);