17 Commits

Author SHA1 Message Date
Joe Bateson
338bf555ad feat: avoid synchronous loading on client if options.ssr is false (#346) 2020-01-09 20:01:06 +01:00
Anton Korzunov
ac5ba45862 fix: apply loadable transformations before any other, fixes #466 2020-01-03 08:31:50 +11:00
Greg Bergé
c0f704bf92
chore: update funding 2019-12-06 15:06:35 +01:00
Michael Martinez
f755e7f4ca docs(example): update SSR example (#440) 2019-09-27 09:43:29 +02:00
Greg Bergé
0bf05ace42
chore: remove yarn.lock in examples 2019-07-15 10:33:23 +02:00
Greg Bergé
7ffaa4ca95
fix: fix chunkname mismatch (#332)
Closes #331
2019-05-12 21:50:47 +02:00
Greg Bergé
d65c5bb924
feat: support reactive dynamic loadable (#330)
Closes #284
2019-05-12 19:47:59 +02:00
Greg Bergé
7a9518f64e
chore: update example with complex agressive import 2019-05-08 20:37:16 +02:00
Greg Bergé
ea6d5f7442 chore: cleanup examples package.json 2019-04-10 21:34:35 +02:00
ambar
005913be28 chore: fix public path in examples/server-side-rendering 2019-03-10 22:02:13 +01:00
Greg Bergé
4cab4f9bea
feat(server): add option to disable SSR (#223)
Closes #195
2019-02-05 23:47:25 +01:00
Greg Bergé
9dc70aeaa5 chore(example): upgrade deps 2019-01-11 15:26:09 +01:00
overlookmotel
40c959ea1d docs(example): remove useless dep. from SSR example (#197) 2019-01-11 15:24:36 +01:00
Greg Bergé
e97493316d fix(babel-plugin): fix chunkName with aggressive code splitting
Closes #182
2018-12-11 23:44:16 +01:00
Morgane Dubus
428599cdc7 docs: add website 2018-12-06 16:45:45 +01:00
Greg Bergé
59693bba48 fix: fix loadableReady 2018-11-10 18:11:30 +01:00
Greg Bergé
eb1cfe8e21 feat: improve SSR support
BREAKING CHANGE:

- SSR has been rewritten from scratch, if you use it, please follow the
new guide.
- Prefetch component and prefetch functions have been removed, please
use `webpackPrefetch` instead.
2018-11-10 18:05:23 +01:00