Adding babel-polyfill to fix errors

This commit is contained in:
Jeff Avallone
2015-11-10 20:59:26 -05:00
parent 4bf5e826b1
commit dcc1cd3968
3 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
{
"presets": ["es2015"]
"presets": ["es2015"],
"plugins": ["transform-runtime"]
}