You need to manually put the following code snippet in each of your entry points to enable "on the fly" public path for chunks:
__webpack_public_path__ = getWebpackPublicPath(process.env.slug);
https://webpack.js.org/guides/public-path/#on-the-fly
Generated using TypeDoc
You need to manually put the following code snippet in each of your entry points to enable "on the fly" public path for chunks:
__webpack_public_path__ = getWebpackPublicPath(process.env.slug);
https://webpack.js.org/guides/public-path/#on-the-fly