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.
我读过 ext-all.js 应该用于生产和 ext-all-debug.js。应该用于调试。假设 ext-all-debug.js 是 ext-all.js 加上很多 console.log 语句是否安全?
是的ext-all.js缩小版ext-all-debug.js。
ext-all.js
ext-all-debug.js
版本增益是它大大减少了文件大小,ext-all.js因此客户端必须在非调试版本上下载更少。提供,ext-all-debug.js以便您可以通过 extjs 代码进行调试。所以他们没有任何区别,比如添加了console.log的