From 2f242a56d7d474337ac6efa6fcecf60390c2503c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Apr 2020 14:36:45 +0200 Subject: [PATCH] Correctly compile modules with our supported browsers Signed-off-by: Joas Schilling --- babel.config.js | 3 +-- 1 file changed, 1 insertion(+), 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', }, ], ],