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
Have a use case where a client app needs to be hosted under a sub-path (https://client.com/subPath/clientApp) and using / as the base publicPath causes issues. We should be able to just set it to ../ for prod builds and everything will work the same since the index.html is always in an app sub-directory from the root context.
The text was updated successfully, but these errors were encountered:
Have a use case where a client app needs to be hosted under a sub-path (
https://client.com/subPath/clientApp
) and using/
as the basepublicPath
causes issues. We should be able to just set it to../
for prod builds and everything will work the same since the index.html is always in an app sub-directory from the root context.The text was updated successfully, but these errors were encountered: