new HtmlWebpackPlugin({
filename: 'index.html',
chunks: ['index', 'common'],
template: PATH.source + '/pages/index/index.pug'
})
module.exports = function () {
return {
module: {
rules: [
{
test: /\.pug$/,
loader: 'pug-loader',
options: {
pretty: true
}
}
]
}
}
}
pretty: ' '