You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Build): Use public_path script while also having publicPath set to auto.
We still need to use the ``src/public_path.js`` script as first import in our bundles to correctly resolve the loading path for chunks.
publicPath set to auto does not work in certain environments (e.g. the Plone resource registry).
Partially reverts 1b61431, "Use automatic publicPath determination instead of manually setting it."
0 commit comments