Use config file for UglifyJS to ensure same behavior on every environments (#22990)
This commit is contained in:
parent
f093b90a7d
commit
88b2e228c2
2 changed files with 7 additions and 2 deletions
5
build/uglifyjs.config.json
Normal file
5
build/uglifyjs.config.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"output" : {
|
||||
"comments": "/^!/"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue