Add helpers: false option to babel-plugin-transform-runtime (#3603)

This commit is contained in:
Sebastian McKenzie
2016-07-27 15:36:58 +01:00
committed by Henry Zhu
parent 0ff1f089bb
commit 8d14f9f4d0
10 changed files with 31 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
{
"plugins": ["transform-runtime", "transform-regenerator"]
}