summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
authormarudor <marudor@marudor.de>2018-11-27 21:45:04 +0100
committermsquare <msquare@notrademark.de>2018-12-07 16:47:33 +0100
commitc798aca98bca1e4c9901802efe845a04661949ff (patch)
treef2053df73708f00291f6ad557cf5695ff5ccbc69 /.babelrc
parent36b7f8d2a2c732725c8993e1df16d454c0e9d47c (diff)
modernize Stuff
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.babelrc b/.babelrc
index 84b2eaa5..2359bbe0 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,5 +1,5 @@
{
- "presets": [["env", {
+ "presets": [["@babel/preset-env", {
"targets": {
"chrome": 45,
"firefox": 42,
@@ -8,8 +8,8 @@
"edge": 12,
"iOS": 9
},
- "loose": true,
- "useBuiltIns": true
+ "loose": false,
+ "useBuiltIns": "entry"
}]
],
"plugins": [