add favicon
This commit is contained in:
parent
1dd17c3ec7
commit
8e627d1bb2
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: './src/favicon.png',
|
||||||
template: relpath('src/index.html'),
|
template: relpath('src/index.html'),
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user