Closed Jack-Works closed 3 years ago
Webpack 5 native worker support does not work.
Workaround: Add this line before new Worker(new URL(..., import.meta.url))
__webpack_public_path__ = browser.runtime.getURL('/')
got some runtime chunk loading error. I'll fix this later but I still got no idea about how webpack 5 handle public path
Workaround: Set
output.publicPath
to/