diff --git a/babel.config.js b/babel.config.js index c68b953..e8e0c47 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,18 +1,5 @@ // babel.config.js example, WIP -const presets = [ - [ - "@babel/env", - { - targets: { - edge: "17", - firefox: "60", - chrome: "67", - safari: "11.1" - }, - useBuiltIns: "usage" - } - ] -]; +const presets = [["@babel/env"]]; module.exports = { presets };