npm install was failing for me on the development branch because of webpack version conflicts. I updated entire webpack to v5 and all its plugins as well. This should mean more optimized code in the final build as well as a better development experience in the dev build.
npm install
was failing for me on thedevelopment
branch because of webpack version conflicts. I updated entire webpack to v5 and all its plugins as well. This should mean more optimized code in the final build as well as a better development experience in the dev build.https://webpack.js.org/blog/2020-10-10-webpack-5-release/