Jonas Pauthier
Jonas Pauthier
Thanks @RomanKornev for raising this issue. I just released a new beta `4.0.0-beta.1` which is a complete rewrite. You can find more information here: https://github.com/Nargonath/cra-build-watch/releases/tag/v4.0.0-beta.1 and in the README: https://github.com/Nargonath/cra-build-watch/blob/beta/README.md#notes-for-version-v400-beta-testers....
@bytrangle In this first draft, all the features were removed just to rely on `webpackDevServer` `writeOnDisk` feature and see how it goes. I'm not sure I'll be able to keep...
I've never used `react-app-rewired` to be honest so I have no clue of how it works and `cra-build-watch` has never been tested with it so far (that I know of).
@zonski I just released [v2.0.0](https://github.com/Nargonath/cra-build-watch/releases/tag/v2.0.0) which adds the feature developed by @jordanmkoncz. Does it fix your problem?
I'll just close the issue for now. Feel free to tell me if it still persists and I'll reopen it.
I have never used react-app-rewired but perhaps there is something that can be done in order to use them both. Might need some rewrite as both project act as a...
I'm glad to see that this tool is providing value to you. That's a good suggestion, thanks. I'll try to look at it when I get some time. There are...
My bandwidth is very limited right now so I don't have much time to dedicate to this project. I don't have any ETA for this.
Initially this package was intended to be used primarly with the bare `react-scripts` module. However many people use CRA with other tools that allow them to customize its config, as...
One thing to take a look at could be the `c8` project too.