Answer the question
In order to leave comments, you need to log in
How to make friends HtmlWebpackPlugin and html-loader?
There is a config
plugins: [
new HtmlWebpackPlugin({
templateParameters: {
title: 'Title for site',
},
template: path.resolve(__dirname, './src/index.html'),
filename: 'index.html'
})
],
{...}
rules: [
{
test: /\.html$/i,
use: ['html-loader']
}
]
<title><%= title %></title>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question