summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--babel.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/babel.config.js b/babel.config.js
index 3a365aec6..5ad491707 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -4,8 +4,7 @@ module.exports = {
'@babel/preset-env',
{
corejs: 3,
- useBuiltIns: 'usage',
- modules: false,
+ useBuiltIns: 'entry',
},
],
],