How to tune webpack so that pug
file dont compile into HTML
and parse src img
? if i use:
{
loader: 'html-loader'
},
{
loader: 'pug-html-loader',
options: {
pretty: true,
exports: false
}
}
this work but output HTML
Aucun commentaire:
Enregistrer un commentaire