Switch to uglifyjs for speed improvement, leverage caching
This commit is contained in:
parent
9d624d2c39
commit
cc58bc9bd5
4 changed files with 61 additions and 388 deletions
3
.babelrc
3
.babelrc
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"presets": [
|
||||
"@babel/preset-env",
|
||||
"minify"
|
||||
"@babel/preset-env"
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-object-rest-spread"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue