web workers with assetPrefix enabled.
Unanswered
Mugger Crocodile posted this in #help-forum
Mugger CrocodileOP
I'm using webpack 5 to create a web worker using a typescript file. But due to assetPrefix enabled, all the chunks are served through a CDN and the browser won't allow to create the worker due to same origin limitations.