Move the necessary exec transforms to the exec test.

This commit is contained in:
Logan Smyth
2016-03-06 16:32:19 -08:00
parent 836f398619
commit 2e210927d8
2 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"plugins": [
"external-helpers",
"transform-async-to-generator",
"transform-es2015-block-scoping",
"transform-es2015-arrow-functions",
"transform-regenerator"
]
}

View File

@@ -1,3 +1,6 @@
{
"plugins": ["external-helpers", "transform-es2015-block-scoping", "transform-regenerator", "transform-async-to-generator"]
"plugins": [
"external-helpers",
"transform-async-to-generator"
]
}