add cache busting for app icons and msapp config xml
This commit is contained in:
parent
f7e88855fe
commit
2e60037d9f
2 changed files with 13 additions and 13 deletions
|
@ -61,7 +61,7 @@ module.exports = {
|
|||
}),
|
||||
},
|
||||
{
|
||||
test: /\.(gif|png|svg|ttf)$/,
|
||||
test: /\.(gif|png|svg|ttf|xml|ico)$/,
|
||||
// Use a content-based hash in the name so that we can set a long cache
|
||||
// lifetime for assets while still delivering changes quickly.
|
||||
oneOf: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue