chore: fix-json new options

This commit is contained in:
Sven SAULEAU 2018-09-10 08:04:32 +02:00
parent 802fc2ac80
commit 53c6c98bdb
No known key found for this signature in database
GPG Key ID: F5464AC83B687AD1
2 changed files with 13 additions and 7 deletions

View File

@ -1,8 +1,11 @@
{
"plugins": [
["transform-runtime", {
"corejs": 2
}],
[
"transform-runtime",
{
"corejs": 2
}
],
"transform-regenerator"
]
}

View File

@ -1,9 +1,12 @@
{
"plugins": [
["transform-runtime", {
"corejs": 2,
"version": "^7.0.1"
}],
[
"transform-runtime",
{
"corejs": 2,
"version": "^7.0.1"
}
],
"transform-regenerator"
]
}