react-scripts v4.0.3 installs webpack4.44.2 while doing npm i
I want it use webpack5 in my project if I install it explicitly, react gives dependency tree error.
How can I use webpack5 then?
react-scripts v4.0.3 installs webpack4.44.2 while doing npm i
I want it use webpack5 in my project if I install it explicitly, react gives dependency tree error.
How can I use webpack5 then?