Removing babel-plugin-transform-runtime

It appears to be involved somehow with the JS errors from Issue #21.
This commit is contained in:
Jeff Avallone
2015-12-21 14:50:33 -05:00
parent cac64395bb
commit 98d2f94a3a
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
{
"presets": ["es2015"],
"plugins": ["transform-runtime"]
"presets": ["es2015"]
}