@captainn
Hi, I am using this package for code-splitting :
My program works properly until I launch ssr.
This means that by changing the URL, a fetch is performed.
And the component is loaded accordingly.
But
But when I implement ssr. Only one fetch is performed and all components are loaded in the same fetch
I also raised this issue at github :
https://github.com/CaptainN/npdev-react-loadable/issues/17