5

有没有 win 下好用的 JS 压缩工具

 2 years ago
source link: https://www.v2ex.com/t/866918
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

有没有 win 下好用的 JS 压缩工具

3 条回复    2022-07-18 10:41:58 +08:00

learnshare      1 小时 50 分钟前

grunt/gulp

lisongeee      1 小时 41 分钟前

你要 cli 还是 gui ? cli 可以用 esbuild
https://esbuild.github.io/api/#minify
```shell
pnpm add -D esbuild
esbuild path/your.js --bundle --minify --outfile=path/your.mini.js
```


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK