add favicon

This commit is contained in:
Michael Peters 2024-01-27 18:13:02 -08:00
parent 1dd17c3ec7
commit 8e627d1bb2
2 changed files with 1 additions and 1 deletions

BIN
src/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

View File

@ -16,7 +16,7 @@ module.exports = {
// auto-generate index.html file with webpack bundles // auto-generate index.html file with webpack bundles
plugins: [ plugins: [
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
title: 'Example Webapp', favicon: './src/favicon.png',
template: relpath('src/index.html'), template: relpath('src/index.html'),
}), }),
], ],