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\""
|
||||
},
|
||||
"babel": {
|
||||
"plugins": [
|
||||
"transform-runtime"
|
||||
],
|
||||
"presets": [
|
||||
"es2015",
|
||||
"stage-0"
|
||||
|
Loading…
Reference in New Issue
Block a user