add favicon

This commit is contained in:
Michael Peters 2024-07-21 13:12:53 -07:00
parent 8c9587184b
commit d3367c6f4f
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: relpath('src/favicon.png'),
template: relpath('src/index.html'), template: relpath('src/index.html'),
}), }),
], ],