Skip to content

Commit

Permalink
9374 Fix: use default modules option from preset-env
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: Mikyung Kim (mikyung27.kim@lge.com)
  • Loading branch information
MikyungKim committed Dec 16, 2020
1 parent 2dc2dcb commit 89683e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ module.exports = function (api) {
],
forceAllTransforms: es5Standalone,
useBuiltIns: 'entry',
corejs: 3,
modules: false
corejs: 3
}
],
[
Expand Down

0 comments on commit 89683e4

Please sign in to comment.