h5-tool-cmd

  1. 压缩 js 命令
1
./node_modules/terser/bin/terser ./public/vendor/js/jockey.js --config-file ./script/terser.config.json -o jockey.min.js
1
2
3
4
5
6
7
8
terser.config.json
{
"compress": {
"drop_console": true
},
"mangle": true,
"toplevel": true
}
发布于

2023-06-29

更新于

2023-08-18

许可协议

评论