add cache busting for app icons and msapp config xml

This commit is contained in:
Bruno Windels 2019-02-15 16:11:33 +01:00
parent f7e88855fe
commit 2e60037d9f
2 changed files with 13 additions and 13 deletions

View file

@ -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: [