-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Crossplatform solution for changing build directory #6211
Comments
I solved my own problem by making a
and changing
However I still think there should be a standard way to configure this as its a fairly common usecase. |
You could use a package like ncp which works cross platform. |
@iainbeeston see my second comment, I already fixed it with those tree lines and the |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
I need to change to build directory for using create-react-app.
In issue #3824 it was recommended to add a postbuild step:
That works, but pushing it a colleague working on windows started complaining that the build now crashes on his computer (since
mv
is not crossplatform).Is there any way of doing this in
create-react-app
now in 2019 without ejecting?The text was updated successfully, but these errors were encountered: