Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use relative publicPath in webpack build #6

Closed
haynesjm42 opened this issue Jun 25, 2018 · 1 comment
Closed

Use relative publicPath in webpack build #6

haynesjm42 opened this issue Jun 25, 2018 · 1 comment
Assignees

Comments

@haynesjm42
Copy link
Member

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.

@haynesjm42 haynesjm42 self-assigned this Jun 25, 2018
@amcclain
Copy link
Member

Closed via #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants