HM-55. Поставил favicon, изменил title, название кнопок и цвет кнопок (#23)

This commit is contained in:
Михаил
2020-07-23 00:27:09 +03:00
committed by GitHub
parent 1cd0e7f768
commit 7a1e9f1a49
7 changed files with 15 additions and 6 deletions

View File

@ -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: [
{