mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-21 21:27:56 +01:00
add favicon
This commit is contained in:
parent
8fde65a78a
commit
4d93ee2e9d
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -65,6 +65,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
plugins: analyzeBundle ? [new BundleAnalyzerPlugin()] : [
|
plugins: analyzeBundle ? [new BundleAnalyzerPlugin()] : [
|
||||||
new HTMLWebpackPlugin({
|
new HTMLWebpackPlugin({
|
||||||
|
favicon: 'favicon.ico',
|
||||||
title: 'Doodle3D Slicer',
|
title: 'Doodle3D Slicer',
|
||||||
template: require('html-webpack-template'),
|
template: require('html-webpack-template'),
|
||||||
inject: false,
|
inject: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user