Commit e3c683d1 authored by Simon's avatar Simon

in progress

parent a1ef9b46
......@@ -3,15 +3,21 @@
"presets": [
[
"@babel/preset-env", {
// "modules": false,
"targets": {
"node": "current",
// "ie": 11,
// "browsers": "last 5 versions"
// "chrome": 66,
// "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