fix(package): do not use babel-preset-babili
This commit is contained in:
parent
abf146707f
commit
cdf1a5fe47
@ -44,7 +44,6 @@
|
||||
"babel-cli": "^6.3.17",
|
||||
"babel-eslint": "^7.0.0",
|
||||
"babel-plugin-transform-runtime": "^6.3.13",
|
||||
"babel-preset-babili": "^0.0.5",
|
||||
"babel-preset-latest": "^6.16.0",
|
||||
"babel-preset-stage-0": "^6.3.13",
|
||||
"cross-env": "^3.1.3",
|
||||
@ -65,14 +64,6 @@
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"babel": {
|
||||
"env": {
|
||||
"production": {
|
||||
"comments": false,
|
||||
"presets": [
|
||||
"babili"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"transform-runtime"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user