Skip to content

Commit

Permalink
Restore cache buster for webworkers (#6932)
Browse files Browse the repository at this point in the history
* restore cache buster for webworkers

* update changelog
  • Loading branch information
philippotto authored Mar 20, 2023
1 parent 9338e80 commit 611e88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- Fixed download button for annotations which was disabled in some cases. [#6931](https://github.com/scalableminds/webknossos/pull/6931)

### Removed
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
],
Expand Down

0 comments on commit 611e88c

Please sign in to comment.