You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
311 B
16 lines
311 B
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"browsers": "last 2 versions, > 1%, ie >= 6, Android >= 4, iOS >= 6, and_uc > 9",
|
|
"node": "0.10"
|
|
},
|
|
"modules": false,
|
|
"loose": false
|
|
}
|
|
]
|
|
],
|
|
"plugins": ["external-helpers"]
|
|
}
|
|
|