From 6373eb5d82d527f9b86a0145bdd2c4c9970a16eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Tue, 28 Jul 2020 09:41:35 -0400 Subject: [PATCH] chore: use modules: "auto" (#11879) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: use modules: “auto” * address review comments --- babel.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/babel.config.js b/babel.config.js index 538d4c8b28..9236f7c53f 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);