lekhmanrus / ngx-pug-builders

Angular Pug Builders
MIT License
24 stars 4 forks source link

Dev-Server compilation #2

Closed Dus1988 closed 2 years ago

Dus1988 commented 2 years ago

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 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?

Use Case

No response

Dus1988 commented 2 years ago

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.