Fixing WebpackChunkName for Dynamic Imports
Lazy Loading is a hot topic for optimization of the web application.
I was trying to optimize the React App and as we already have splitChunks in our webpack configuration, it was for granted to pay more attention to code splitting.
I thought of ana...
blog.pankaj.pro5 min read