 The chunk loading runtime module generates wrong public path for web worker starts from a blob url reproduce: * use the 'remote-web-worker' https://github.com/webpack/webpack/discussions/14648 * enable chunk splitting for web worker source code * enable auto public path for web worker Seems we need to detect the blob prefix and remove it to get the real url of other chunks