В
Size: a a a
В
A
A
В
A
В
В
В
В
A
A
A
new HtmlWebpackPlugin({
template: '!!handlebars-loader!src/index.html'
})
A
В
A
A
{
module: {
loaders: [
{
test: /\.html$/,
loader: 'html-loader'
}],
},
plugins: [
new HtmlWebpackPlugin({
template: 'src/index.html'
})
]
}
A
A
minimize: false
A
A