Skip to content

Commit

Permalink
add transform-desturcturing for exec
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhauhau committed May 26, 2019
1 parent ab6f98f commit b85bf22
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
@@ -0,0 +1,15 @@
{
"plugins": [
"transform-destructuring",
[
"external-helpers",
{
"helperVersion": "7.4.4"
}
],
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
]
}
@@ -0,0 +1,15 @@
{
"plugins": [
"transform-destructuring",
[
"external-helpers",
{
"helperVersion": "7.4.4"
}
],
"proposal-class-properties",
"transform-classes",
"transform-block-scoping",
"syntax-class-properties"
]
}
Expand Up @@ -3,7 +3,7 @@
[
"external-helpers",
{
"helperVersion": "7.0.2"
"helperVersion": "7.4.4"
}
],
"proposal-class-properties",
Expand Down

0 comments on commit b85bf22

Please sign in to comment.