Update .changeset/all-bats-shine.md

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2025-09-15 12:16:19 +02:00
committed by GitHub
parent e6f45dc34c
commit 4a77f7bd01
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/cli': patch
---
Change webpack caching config param to `contenthash` for cli bundler. This fixes an issue with webpack sometimes generating same hash name output files even though the content of a file was different. See more at [https://webpack.js.org/guides/caching/](https://webpack.js.org/guides/caching/).
Updated the WebPack configuration to use `contenthash`. This fixes an issue were builds would sometimes generate output files with the same name but different content across builds, leading to breakages when loading the frontend app.