Skip to content

Commit

Permalink
Remove IE 11 from ES6 modules transpilation targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Dec 9, 2021
1 parent 0482165 commit f0d5316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core-common/src/utils/es6Transpiler.ts
Expand Up @@ -50,7 +50,7 @@ export const es6Transpiler: () => RuleSetRule = () => {
shippedProposals: true,
modules: false,
loose: true,
targets: 'defaults',
targets: 'defaults, not ie 11',
},
],
require.resolve('@babel/preset-react'),
Expand Down

0 comments on commit f0d5316

Please sign in to comment.