diff options
Diffstat (limited to 'scripts/babel.config.js')
-rw-r--r-- | scripts/babel.config.js | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/babel.config.js b/scripts/babel.config.js index 0280c3d..a5d3541 100644 --- a/scripts/babel.config.js +++ b/scripts/babel.config.js @@ -1,16 +1,5 @@ const presets = [ - [ - "@babel/env", - { - targets: { - edge: "15", - firefox: "40", - chrome: "47", - safari: "10.1", - }, - useBuiltIns: "usage", - }, - ], + ["@babel/preset-env", {"modules": false}] ]; module.exports = { presets }; |