leebenson / reactql

Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
https://reactql.org
MIT License
1.82k stars 173 forks source link

Add dynamic imports #127

Closed leebenson closed 5 years ago

leebenson commented 5 years ago

Need to add @babel/plugin-syntax-dynamic-import to enable await import("module") syntax.

Should also test that chunks are being loaded correctly on initial HTML when on a page view that requires the awaited module immediately.