Is it possible to have webpack output to a jade/pug file instead of html? Every package i have found does the opposite, jade/pug -> html.
Currently I just convert /dist/index.html
to jade using html2jade.com after running npm run build
, but i would like to skip a step and just have webpack output it in jade