Add to the about page
Prevent stray events from highlighting buttons after closing a dialog
This commit is contained in:
parent
306d0914d5
commit
7922d88bf8
9 changed files with 128 additions and 13 deletions
|
@ -37,7 +37,7 @@ module.exports = {
|
|||
from: 'src/icon/safari-pinned-tab.svg', to: 'icons'
|
||||
},
|
||||
{
|
||||
from: 'src/icon/favicon.ice', to: 'icons'
|
||||
from: 'src/icon/favicon.ico', to: 'icons'
|
||||
},
|
||||
{
|
||||
from: 'src/icon/site.webmanifest', to: 'icons'
|
||||
|
@ -82,6 +82,10 @@ module.exports = {
|
|||
'style-loader',
|
||||
'css-loader'
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.png$/,
|
||||
loader: 'file-loader'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue