facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.22k stars 26.68k forks source link

CRA older version that support node 12 and webpack4 #12671

Open Shlomonus89 opened 1 year ago

Shlomonus89 commented 1 year ago

Hi all, how can I use CRA that support node 12 and Webpack 4, we need this as our main project uses this type of CRA, and we can not update it for many reasons, thank you vey much.

DiviyamPathak commented 1 year ago

the philosophy of CRA is having least number of customization. for these purposes you can use any other tool. CRA is meant to be used with default configurations.