Compatibility with custom react-scripts forks
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.
Ahh––that's an interesting feature idea––I'm more than happy to review a PR!