add favicon
This commit is contained in:
parent
8c9587184b
commit
d3367c6f4f
BIN
src/favicon.png
Normal file
BIN
src/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 599 B |
@ -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'),
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user