timarney / react-app-rewired

Override create-react-app webpack configs without ejecting
MIT License
9.76k stars 425 forks source link

Support for CRA v5 (and Webpack 5) #612

Closed GHMT closed 2 years ago

GHMT commented 2 years ago

CRA v5 was released. Any plans to support it soon?

timarney commented 2 years ago

Should work already

@timarney - I can confirm that the changes work for both a new project with react-scripts 5, and on an older one with react-scripts 3, in addition to an example repo that was having issues finding the react-dev-utils/cross-spawn, so I'm happy for the changes to be merged.

https://github.com/timarney/react-app-rewired/pull/530#issuecomment-1001025219