From b4337627764ae82ba7eeb59b2d7eafea792e3406 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Mon, 20 Mar 2023 16:42:18 +0100 Subject: [PATCH 1/2] restore cache buster for webworkers --- webpack.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 9b70988b286..ef77bf81a03 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -69,8 +69,7 @@ module.exports = function (env = {}) { { loader: "worker-loader", options: { - // This property crashes webpack for some reason: - // filename: "[name].[contenthash].worker.ts", + filename: "[name].[contenthash].worker.ts", }, }, ], From d5c561b31f3f65e98a1f41cedbedffab26982f95 Mon Sep 17 00:00:00 2001 From: Philipp Otto Date: Mon, 20 Mar 2023 16:44:37 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index c01d036444b..42cf56af15d 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -22,6 +22,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released ### Fixed - Fixed an issue with text hints not being visible on the logout page for dark mode users. [#6916](https://github.com/scalableminds/webknossos/pull/6916) - Fixed creating task types with a selected preferred mode. [#6928](https://github.com/scalableminds/webknossos/pull/6928) +- Fixed caching issues with webworkers. [#6932](https://github.com/scalableminds/webknossos/pull/6932) ### Removed