HM-55. Поставил favicon, изменил title, название кнопок и цвет кнопок (#23)
This commit is contained in:
@ -35,12 +35,14 @@ module.exports = (env, argv) => ({
|
||||
new CleanWebpackPlugin(),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: 'index.html',
|
||||
template: './src/app.html'
|
||||
template: './src/app.html',
|
||||
favicon: './src/img/favicon-16x16.png',
|
||||
}),
|
||||
new MiniCssExtractPlugin({
|
||||
filename: '[hash].css',
|
||||
}),
|
||||
],
|
||||
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user