Commit e3c683d1 authored by Simon's avatar Simon

in progress

parent a1ef9b46
...@@ -3,15 +3,21 @@ ...@@ -3,15 +3,21 @@
"presets": [ "presets": [
[ [
"@babel/preset-env", { "@babel/preset-env", {
// "modules": false,
"targets": { "targets": {
"node": "current", "node": "current",
// "ie": 11, // "chrome": 66,
// "browsers": "last 5 versions" // "firefox": 60,
"ie": 11,
}, },
// "useBuiltIns": "usage", // "useBuiltIns": "entry"
} }
] ]
], ],
"plugins": ["@babel/plugin-syntax-dynamic-import", "@babel/plugin-transform-arrow-functions"] "plugins": [
// ["@babel/plugin-transform-runtime",
// {
// "regenerator": true
// }
// ],
"@babel/plugin-syntax-dynamic-import", "@babel/plugin-transform-arrow-functions"]
} }
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment