diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-06-25 12:20:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 12:20:46 +0200 |
commit | ff3626269eae9c2d15af4c7f05427c2bfcb065ef (patch) | |
tree | 07b20fda97b8250b51aba572b0e719d0f67ebf28 /config/webpack | |
parent | 0eebade48cfd92acdc9ff52b5ae9650c1879ff7c (diff) | |
parent | a993ff6e2f14bc5d8fc91aad2b8a04ac07c32fc9 (diff) |
Merge pull request #1557 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config/webpack')
-rw-r--r-- | config/webpack/production.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack/production.js b/config/webpack/production.js index f1d0dabae..cd3d01035 100644 --- a/config/webpack/production.js +++ b/config/webpack/production.js @@ -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)$/, }), |