Thanks for this.
luke_redroot
1

the use of __webpack_public_path__ is for cases where you don’t know what is going to be publicPath while bundling the code.

In this case, you can define __webpack_public_path__ in the entry file and omit output.publicPath from webpack’s config.

If this doesn’t make sense, please let me know and maybe share your code so I can have a look.

Thanks!