fix(package): use babel-plugin-transform-runtime
This commit is contained in:
parent
8c459cac0f
commit
bc2f17c840
@ -58,6 +58,9 @@
|
|||||||
"test": "mocha --opts .mocha.opts \"dist/**/*.spec.js\""
|
"test": "mocha --opts .mocha.opts \"dist/**/*.spec.js\""
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
|
"plugins": [
|
||||||
|
"transform-runtime"
|
||||||
|
],
|
||||||
"presets": [
|
"presets": [
|
||||||
"es2015",
|
"es2015",
|
||||||
"stage-0"
|
"stage-0"
|
||||||
|
Loading…
Reference in New Issue
Block a user