mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(package) babel v7
This commit is contained in:
parent
20185d0fad
commit
9da17585e8
3 changed files with 19 additions and 20 deletions
27
.babelrc
27
.babelrc
|
|
@ -1,16 +1,15 @@
|
|||
{
|
||||
"presets": [
|
||||
["env", {
|
||||
"exclude": [
|
||||
"transform-regenerator"
|
||||
]
|
||||
}]
|
||||
],
|
||||
"plugins": [
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"fast-async",
|
||||
"babel-plugin-macros",
|
||||
]
|
||||
"presets": [
|
||||
["@babel/preset-env", {
|
||||
"exclude": [
|
||||
"transform-regenerator"
|
||||
]
|
||||
}],
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-object-assign",
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
"module:fast-async",
|
||||
"module:babel-plugin-macros",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue