15 Commits

Author SHA1 Message Date
Anton Korzunov
729ac1dd6d refactor server test to regenerate stats fixture from example 2021-01-24 23:50:47 +11:00
Anton Korzunov
c9d1663577
Preparing release 5.14 (#625)
* fix typo #595

* fix: human readable errors

* remove babel-plugin-bind

* abstract stub creation in tests

* apply prettier

* decouple async load and require

* linting
2020-09-09 17:39:58 +10:00
Anton Korzunov
cd5113cc34 apply prettier 2020-07-02 17:47:13 +10:00
Anton Korzunov
f958067650 use resolve component to fix moment SSR example 2020-06-29 19:00:44 +10:00
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
Michael Martinez
f755e7f4ca docs(example): update SSR example (#440) 2019-09-27 09:43:29 +02:00
Greg Bergé
7ffaa4ca95
fix: fix chunkname mismatch (#332)
Closes #331
2019-05-12 21:50:47 +02:00
Greg Bergé
7a9518f64e
chore: update example with complex agressive import 2019-05-08 20:37:16 +02:00
Greg Bergé
4cab4f9bea
feat(server): add option to disable SSR (#223)
Closes #195
2019-02-05 23:47:25 +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