Add transform-runtime for smaller Babel helpers (#3116)
This commit is contained in:
parent
07e875972a
commit
4cc8ddabe5
3 changed files with 16 additions and 1 deletions
10
.babelrc
10
.babelrc
|
@ -32,7 +32,15 @@
|
|||
},
|
||||
"production": {
|
||||
"plugins": [
|
||||
"lodash"
|
||||
"lodash",
|
||||
[
|
||||
"transform-runtime",
|
||||
{
|
||||
"helpers": true,
|
||||
"polyfill": false,
|
||||
"regenerator": false
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"test": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue