jetsung 如何压缩 JS 代码? # 在项目根目录下执行(不可跳过) npm init -y # 安装 terser npm install terser # 压缩 npx terser -c -m -o main.min.js -- main.js