Skip to content
Snippets Groups Projects
Commit 39a68085 authored by esikkala's avatar esikkala
Browse files

Add favicon

parent b88b740b
No related branches found
No related tags found
No related merge requests found
src/client/favicon.ico

1.37 KiB

...@@ -13,7 +13,8 @@ module.exports = { ...@@ -13,7 +13,8 @@ module.exports = {
new CleanWebpackPlugin(['dist']), new CleanWebpackPlugin(['dist']),
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
// Load a custom template // Load a custom template
template: 'src/client/index.html' template: 'src/client/index.html',
favicon: 'src/client/favicon.ico'
}), }),
new webpack.NamedModulesPlugin(), new webpack.NamedModulesPlugin(),
new webpack.HotModuleReplacementPlugin() new webpack.HotModuleReplacementPlugin()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment