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.
我想在构建过程中禁用代码优化,以方便 duggibg。我该怎么做?
在 config.json 的顶级“let”部分中将 OPTIMIZE 宏设置为 [],如下所示:
“让”:{ ... 优化:[] }