A Fetch in SSR mode in npdev-react-loadable

@captainn
Hi, I am using this package for code-splitting :

npdev-react-loadable

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