Use config file for UglifyJS to ensure same behavior on every environments (#22990)

This commit is contained in:
Johann-S 2017-07-05 09:53:23 +02:00 committed by GitHub
parent f093b90a7d
commit 88b2e228c2
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{
"output" : {
"comments": "/^!/"
}
}