diff --git a/src/favicon.png b/src/favicon.png new file mode 100644 index 0000000..f541a38 Binary files /dev/null and b/src/favicon.png differ diff --git a/webpack.config.js b/webpack.config.js index 225948e..0809e94 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -16,7 +16,7 @@ module.exports = { // auto-generate index.html file with webpack bundles plugins: [ new HtmlWebpackPlugin({ - title: 'Example Webapp', + favicon: relpath('src/favicon.png'), template: relpath('src/index.html'), }), ],