mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix favicon, basic auth (#259)
This commit is contained in:
parent
d7f21b3c6b
commit
02b06a07be
5 changed files with 124 additions and 90 deletions
|
|
@ -96,6 +96,7 @@ const configuration: webpack.Configuration = {
|
|||
new HtmlWebpackPlugin({
|
||||
filename: path.join('index.html'),
|
||||
template: path.join(webpackPaths.srcRemotePath, 'index.ejs'),
|
||||
favicon: path.join(webpackPaths.assetsPath, 'icons', 'favicon.ico'),
|
||||
minify: {
|
||||
collapseWhitespace: true,
|
||||
removeAttributeQuotes: true,
|
||||
|
|
|
|||
|
|
@ -117,6 +117,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