Anton Korzunov
cd5113cc34
apply prettier
2020-07-02 17:47:13 +10:00
Anton Korzunov
ac5ba84cc0
synchronize snapshots after merging multiple PRs
2020-06-29 18:37:47 +10:00
Anton Korzunov
6ea00c4c2b
Merge pull request #568 from gregberge/async-558
...
Allow webpack cache isReady only for initial chunks
2020-06-07 10:24:15 +10:00
Anton Korzunov
61f8b75b54
fix: allow webpack cache is ready only for initial chunks, fixes #558
2020-05-14 12:26:38 +10:00
kaysonwu
836e97cdd3
Enhancement test for pull #552
2020-04-16 10:08:14 +08:00
kaysonwu
385bcc9ead
fix custom webpackChunkName for aggressive import
2020-04-12 10:48:00 +08:00
Anton Korzunov
ac5ba45862
fix: apply loadable transformations before any other, fixes #466
2020-01-03 08:31:50 +11:00
Anton Korzunov
30243482be
fix: fix isReady problem ( #445 )
...
Closes #400
2019-12-02 11:37:38 +01:00
Matt Browne
d98dd2778a
fix(babel-plugin): fix bug when using + concatenation instead of a template literal ( #425 )
2019-09-19 08:42:42 +02:00
Greg Bergé
7ffaa4ca95
fix: fix chunkname mismatch ( #332 )
...
Closes #331
2019-05-12 21:50:47 +02:00
Fatema Bohra
bad7f1f33a
fix(babel-plugin): Use require.resolve instead of relative path resolution ( #303 )
2019-04-10 21:31:31 +02:00
Greg Bergé
79133eb139
chore: fix tests
2019-03-29 12:29:13 +01:00
Greg Bergé
c0f325bda5
fix(babel-plugin): handle "-" at the end of request
2019-03-20 09:40:14 +01:00
Greg Bergé
4da39ffd63
fix(babel-plugin): handle special chars in file names ( #279 )
2019-03-19 19:24:31 +01:00
Victor
4f832dc7d4
feat(babel-plugin): transform code annotated with magic comment
...
Transform imports inside code annotated with `/* #__LOADABLE__ * /`.
Fixes #192
2019-02-05 23:27:01 +01:00
Marc
ef11e1123b
fix(server): fix chunkName resolving ( #219 )
2019-02-04 13:59:51 +01:00
Greg Bergé
e97493316d
fix(babel-plugin): fix chunkName with aggressive code splitting
...
Closes #182
2018-12-11 23:44:16 +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
Greg Bergé
78e7b2816c
fix(server): disable common chunks optim
2018-10-31 15:50:59 +01:00
Greg Bergé
22dbe6a37e
tests: remove log
2018-10-31 14:04:57 +01:00
Greg Bergé
54422cbe82
fix(babel-plugin): transform into friendly chunk name
2018-10-31 13:41:24 +01:00
Greg Bergé
94b2e87e56
feat: add new loadable.lib, change API
...
BREAKING CHANGE:
- `ErrorComponent` is ignored, please use Error Boundaries to handle errors.
- `lazy` is no longer exported
- `LoadingComponent` is replaced by `fallback` option
- `ref` are now forwarded
2018-10-30 17:12:57 +01:00
Greg Bergé
4dffad7bd2
feat: welcome loadable
...
BREAKING CHANGE: API has completely changed, see documentation.
2018-10-29 13:04:07 +01:00