summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-04-02 14:36:45 +0200
committerJoas Schilling <coding@schilljs.com>2020-04-02 14:36:45 +0200
commit2f242a56d7d474337ac6efa6fcecf60390c2503c (patch)
treed819323c406b4cdc16bb2514be9b541f2e3104df
parentd3e1567d7f8729d8349769dbf30c67df9c71b8ab (diff)
Correctly compile modules with our supported browsers
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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',
},
],
],