Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 node.js 中使用 uglifyjs 模块。当我使用以下命令缩小我的脚本时,我从 uglifyjs 收到一个 javascript 解析错误。有没有办法忽略它?
我喜欢在浏览器中检查我的 js 错误,而不是使用 uglifyjs。
猫文件1.js 文件2.js | uglifyjs -o 缩小的.js
Uglification/minification 工具需要完全重写你的 javascript。不可能总是以一种能够完整保留错误的方式重写它,而且这些工具的作者肯定不会浪费时间来实现它。