From 4a77f7bd01167faeecfcc1000adcefa5e6d18449 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 15 Sep 2025 12:16:19 +0200 Subject: [PATCH] Update .changeset/all-bats-shine.md Signed-off-by: Patrik Oldsberg --- .changeset/all-bats-shine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/all-bats-shine.md b/.changeset/all-bats-shine.md index 7d9af288c3..68d86c8d15 100644 --- a/.changeset/all-bats-shine.md +++ b/.changeset/all-bats-shine.md @@ -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.