Removing babel-plugin-transform-runtime
It appears to be involved somehow with the JS errors from Issue #21.
This commit is contained in:
parent
cac64395bb
commit
98d2f94a3a
3
.babelrc
3
.babelrc
@ -1,4 +1,3 @@
|
||||
{
|
||||
"presets": ["es2015"],
|
||||
"plugins": ["transform-runtime"]
|
||||
"presets": ["es2015"]
|
||||
}
|
||||
|
@ -10,7 +10,6 @@
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"babel-plugin-transform-runtime": "^6.3.13",
|
||||
"babel-polyfill": "^6.3.14",
|
||||
"babel-preset-es2015": "^6.3.13",
|
||||
"babel-runtime": "^6.3.19",
|
||||
|
Loading…
Reference in New Issue
Block a user