Search code examples
reactjswebpackcreate-react-app

Override webpack config on CRA 3.x without ejecting


I try to customize webpack config on CRA 3.x without ejecting. I want to custom build output on a external directory. The unique solution i have seen is to use the plugin react app rewired, but it seems to work only on CRA < 2. Is there another way to achieve this without ejecting my CRA ?


Solution

  • According to this issue, react-app-rewired is now support CRA@3