In angular 17, I am using “builder”: “@angular-builders/custom-webpack:browser”.
Now I want to use esbuild buider. But my project currently use pug template alter for html.
Can I config pug compiler like plugin of esbuild?
Use pug template in angular 17 use esbuild builder
Minh Đặng is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
The default builder doesn’t support PUG but, the same team also released the @angular-builders/custom-esbuild builder.
1