WIP babel 7

This commit is contained in:
David Kaltschmidt
2018-10-29 12:18:41 +01:00
parent 1f6df77a80
commit c1347e4ecb
6 changed files with 842 additions and 44 deletions

11
.babelrc Normal file
View File

@@ -0,0 +1,11 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": { "browsers": "last 3 versions" },
"useBuiltIns": "entry"
}
]
]
}