文章列表nodejs常用功能代码压缩On this page代码压缩常用的压缩库名称作用基本使用terser压缩js代码,支持es6npx terser "input.js" --output "output.js" --compress --mangle --comments false