Background image

This commit is contained in:
Corentin Risselin 2020-07-21 01:10:16 +09:00
commit d196d8ae32
3 changed files with 16 additions and 2 deletions

View file

@ -41,7 +41,7 @@ module.exports = Object.assign(
{
filename: "[path].gz[query]",
algorithm: "gzip",
test: [/\.js/, /^assets\.*/],
test: [/\.js/, /\.svg/],
threshold: 1000
})
],