add arrow functions transform to jscript test plugins

This commit is contained in:
Sebastian McKenzie
2015-11-01 04:39:43 +00:00
parent 39bdecb119
commit bbb1db7e6d

View File

@@ -1,3 +1,3 @@
{
"plugins": ["external-helpers-2", "transform-es2015-block-scoping", "transform-es2015-classes", "transform-jscript"]
"plugins": ["external-helpers-2", "transform-es2015-block-scoping", "transform-es2015-classes", "transform-jscript", "transform-es2015-arrow-functions"]
}