add minify configfile
This commit is contained in:
parent
bbb3d86e16
commit
422446c914
2 changed files with 26 additions and 0 deletions
8
.minify.json
Normal file
8
.minify.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"js": {
|
||||
"type": "terser",
|
||||
"terser": {
|
||||
"mangle": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue