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

View File

@ -1,4 +1,3 @@
{ {
"presets": ["es2015"], "presets": ["es2015"]
"plugins": ["transform-runtime"]
} }

View File

@ -10,7 +10,6 @@
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.3.14", "babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13", "babel-preset-es2015": "^6.3.13",
"babel-runtime": "^6.3.19", "babel-runtime": "^6.3.19",