about summary refs log tree commit diff
path: root/config/webpack
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-06-25 10:44:06 +0200
committerClaire <claire.github-309c@sitedethib.com>2021-06-25 10:44:06 +0200
commita993ff6e2f14bc5d8fc91aad2b8a04ac07c32fc9 (patch)
tree07b20fda97b8250b51aba572b0e719d0f67ebf28 /config/webpack
parent0eebade48cfd92acdc9ff52b5ae9650c1879ff7c (diff)
parent9e5a1daa9bfb559cccab96c6065602ef63377dec (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'config/webpack')
-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)$/,
     }),