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
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Hi, I currently use a custom react-scripts fork for my projects, but I've realized that for my latest project I would like to override the webpack config for just that project and no other projects that use my fork, and I'd also prefer not to make a separate fork for just this one config change if I can help it. I came across this project and decided to give it a spin, but quickly realized that this wasn't going to work.
Would it be possible to provide the ability to specify which fork the user would like to use, and perhaps inject it into that require and any other area that requires react-scripts? I do understand though that one of the objectives of this project is to not have to use a fork in the first place, so let me know if this idea is a nonstarter.
The text was updated successfully, but these errors were encountered:
Hi, I currently use a custom
react-scripts
fork for my projects, but I've realized that for my latest project I would like to override the webpack config for just that project and no other projects that use my fork, and I'd also prefer not to make a separate fork for just this one config change if I can help it. I came across this project and decided to give it a spin, but quickly realized that this wasn't going to work.Would it be possible to provide the ability to specify which fork the user would like to use, and perhaps inject it into that
require
and any other area that requiresreact-scripts
? I do understand though that one of the objectives of this project is to not have to use a fork in the first place, so let me know if this idea is a nonstarter.The text was updated successfully, but these errors were encountered: