dimanche 24 décembre 2017

Trouble with setting webpack

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