Add changeset log

Signed-off-by: Bohdan Liashenko <bohdanl@spotify.com>
This commit is contained in:
Bohdan Liashenko
2025-09-15 11:51:20 +02:00
parent bdcc589842
commit e6f45dc34c
+5
View File
@@ -0,0 +1,5 @@
---
'@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/).