Skip to content
Snippets Groups Projects
Commit 2e62b921 authored by Thomas Roos's avatar Thomas Roos
Browse files

Add favicon

parent ed8e06e9
Branches
Tags
No related merge requests found
client/favicon.ico

1.12 KiB

......@@ -6,6 +6,7 @@ const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const HtmlWebpackPluginConfig = new HtmlWebpackPlugin({
template: './client/index.html',
favicon: './client/favicon.ico',
filename: 'index.html',
inject: 'body'
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment