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を簡単にしたい。どうすればいいですか?
Set the OPTIMIZE macro to [] in your config.json's top-level "let" section as:
"let" : { ... OPTIMIZE : [] }