Using loadable from frontity, I am able to do route-centric code splitting. Works great!
Now I want to go a step further, and do component-centric splitting for a given route. But whenever I use loadable for component-centric splitting I get the following error:
Invariant Violation: loadable: cannot find topArticle in stats
topArticle => component for which I am trying to do code splitting.
How can I implement component-centric splitting?