mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
Add new app icon (#232)
This commit is contained in:
parent
18e35f2ba9
commit
fd264daffc
22 changed files with 143 additions and 133 deletions
|
|
@ -120,6 +120,7 @@ const configuration: webpack.Configuration = {
|
|||
new HtmlWebpackPlugin({
|
||||
filename: 'index.html',
|
||||
template: path.join(webpackPaths.srcRendererPath, 'index.ejs'),
|
||||
favicon: path.join(webpackPaths.assetsPath, 'icons', 'favicon.ico'),
|
||||
minify: {
|
||||
collapseWhitespace: true,
|
||||
removeAttributeQuotes: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue