You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
381 B
Plaintext
23 lines
381 B
Plaintext
{
|
|
"presets": [
|
|
["env",
|
|
{
|
|
"targets": {
|
|
"browsers": "last 2 versions, > 1%, ie >= 11",
|
|
"node": "8.0"
|
|
},
|
|
"modules": false,
|
|
"loose": false
|
|
}],
|
|
"stage-2"
|
|
],
|
|
"plugins": [
|
|
["transform-runtime", {
|
|
"helpers": false,
|
|
"polyfill": false,
|
|
"regenerator": false,
|
|
"moduleName": "babel-runtime"
|
|
}]
|
|
]
|
|
}
|