about summary refs log tree commit diff
path: root/config/webpack/production.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-06-25 12:20:46 +0200
committerGitHub <noreply@github.com>2021-06-25 12:20:46 +0200
commitff3626269eae9c2d15af4c7f05427c2bfcb065ef (patch)
tree07b20fda97b8250b51aba572b0e719d0f67ebf28 /config/webpack/production.js
parent0eebade48cfd92acdc9ff52b5ae9650c1879ff7c (diff)
parenta993ff6e2f14bc5d8fc91aad2b8a04ac07c32fc9 (diff)
Merge pull request #1557 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'config/webpack/production.js')
-rw-r--r--config/webpack/production.js2
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)$/,
     }),