Skip to content

How configure create-react-app #3973

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

Closed
IvanKuzyshyn opened this issue Feb 4, 2018 · 2 comments · Fixed by #8986
Closed

How configure create-react-app #3973

IvanKuzyshyn opened this issue Feb 4, 2018 · 2 comments · Fixed by #8986

Comments

@IvanKuzyshyn
Copy link

I want to configure path to my src files and path to build directory.
How could i change this paths?

Thanks for help.

@IvanKuzyshyn
Copy link
Author

Is there only one way to configurate - yarn run eject ?

@gaearon
Copy link
Contributor

gaearon commented Feb 4, 2018

Yes, the project is intentionally non-configurable. This makes it easier to switch between projects (they have the same layout), and integrate with other zero-configuration tools (they can assume a certain layout).

Technically you could have a post-build step that moves the build output to a different folder: #3824 (comment).

Customizing the entry point is not supported (unless you eject, as you mentioned).

@gaearon gaearon closed this as completed Feb 4, 2018
@lock lock bot locked and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants