-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Change the name of the "static" folder in build? #1061
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
Comments
Sorry, I didn't see those. Thank you. Ended up writing a simple script for it. |
react-scripts build && mv build docs Assuming |
I'd like to know, if there is now some way to handle this? @tborenst How did you end up doing it, if I may ask? Sorry for digging up this thread. |
I have this problem too and there is no obvious work around since the folder referenced in many places. @gaearon Would it be acceptable, if I tried opening a PR to make |
This would be very helpful in some situations... For instance, when setting the GKE ingress paths for sub-directory you need to specify both the subdirectory path I'm several hours into digging through K8 docs when a rename would fix the issue in about three minutes... |
Can you guide me change the name of the "static" folder in build ? |
Is there a way to change the name of the static folder produced when you run
npm run build
? That includes the name of the folder itself as well as references to it in the index.html file generated.Thanks!
The text was updated successfully, but these errors were encountered: