Just upgraded to Angular v13 from v11, and was using another package for pug. I found your library, and it allows me to compile! thanks for all the work I am sure this took!
One thing that is driving me a little crazy though and even just using ng serve the compile result is like prod mode in that its all minified and what not. Makes debugging super annoying. I used to be able to put debuggers in the code and hit them, and Id love to be able to do so again.
Am I missing something in a config somewhere, or is this not supported?
I'm sorry, it appears this is actually an issue with switch from 11 to 12+, where Google made the prod mode be the build default. This issue is closed.
Feature Description
Just upgraded to Angular v13 from v11, and was using another package for pug. I found your library, and it allows me to compile! thanks for all the work I am sure this took!
One thing that is driving me a little crazy though and even just using
ng serve
the compile result is likeprod
mode in that its all minified and what not. Makes debugging super annoying. I used to be able to put debuggers in the code and hit them, and Id love to be able to do so again.Am I missing something in a config somewhere, or is this not supported?
Use Case
No response