Skip to content

Commit

Permalink
chore: use modules: "auto" (#11879)
Browse files Browse the repository at this point in the history
* chore: use modules: “auto”

* address review comments
  • Loading branch information
JLHwung committed Jul 28, 2020
1 parent 3a0aa8e commit 6373eb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions babel.config.js
Expand Up @@ -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);

Expand Down

0 comments on commit 6373eb5

Please sign in to comment.