From d95a559933253e49941c8234a30db68283b39508 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Wed, 15 May 2019 12:32:14 +0200 Subject: [PATCH] clean babel.config.j --- babel.config.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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 };