react-lazily
react-lazily copied to clipboard
Compiling very slow if used much more
After using lazily to import component, I found that the website compiles very slow running npm start
and npm run build
. Also, I used source-map-explorer
to check the bundle file size, its increase 5x.
Does anyone have solution?