add favicon

This commit is contained in:
casperlamboo 2018-01-30 19:41:30 +01:00
parent 8fde65a78a
commit 4d93ee2e9d
2 changed files with 1 additions and 0 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -65,6 +65,7 @@ module.exports = {
},
plugins: analyzeBundle ? [new BundleAnalyzerPlugin()] : [
new HTMLWebpackPlugin({
favicon: 'favicon.ico',
title: 'Doodle3D Slicer',
template: require('html-webpack-template'),
inject: false,