Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-06-25 10:44:06 +02:00
5 changed files with 37 additions and 8 deletions

View File

@ -43,7 +43,7 @@ module.exports = merge(sharedConfig, {
plugins: [
new CompressionPlugin({
filename: '[path].gz[query]',
filename: '[path][base].gz[query]',
cache: true,
test: /\.(js|css|html|json|ico|svg|eot|otf|ttf|map)$/,
}),