DEV Community

Discussion on: Override CRA and add webpack config, without ejecting.

Collapse
 
feralamillo profile image
Feralamillo

Thanks for the post Akshay Kumar! I'm looking for a good solution to work on create react app without ejecting. Currently, I have found 2 options but seem to have drawbacks:

  1. Create React App rewired as you mention in this post but it seems is not maintained.
  2. Forking Create React App changing the config but this requires maintaining the repo.
Collapse
 
nodewarrior profile image
Akshay Kumar

Hey @feralamillo , Thanks for the comment. Yeah that was low on maintenance, but now it got back to being maintained. Seems like many need this, also i found razzle which supports custom webpack config.