Remove worker-loader
which is deprecated in webpack version 5 (currently used)
#7812
Labels
worker-loader
which is deprecated in webpack version 5 (currently used)
#7812
Detailed Description
We are using an outdated webpack config which still uses the
worker-loader
plugin, which is not maintained any longer.We should migrate to using the default built-in web worker mechanism of webpack. As we are additionally using comlink might be more difficult. This post might help out. But I haven't looked much into this.
The text was updated successfully, but these errors were encountered: