Greg Bergé
ea6d5f7442
chore: cleanup examples package.json
2019-04-10 21:34:35 +02:00
Greg Bergé
d63a0efb8f
chore: upgrade dependencies
2019-04-10 21:34:23 +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
Dylan Moberg
42f55f9c8e
docs: typo ( #299 )
2019-04-09 09:04:35 +02:00
Luis Herranz
96841f29fb
perf(server): improve lodash imports for serverless bundles ( #298 )
2019-04-09 09:03:28 +02:00
Bryce Kalow
9731e9c5f4
feat(ChunkExtractor): support publicPath override ( #292 )
2019-04-05 21:02:45 +02:00
Samy Al Zahrani
c172324fb4
feat(server): support function in attributes ( #277 )
2019-04-03 08:52:22 +02:00
Greg Bergé
79133eb139
chore: fix tests
2019-03-29 12:29:13 +01:00
Bartosz Kaszubowski
833b554140
docs: note that @loadable/babel-plugin is not only needed in SSR ( #290 )
2019-03-28 10:11:27 +01:00
ambar
ab79e59efc
docs: fix title for webpack plugin ( #280 )
2019-03-21 09:07:44 +01:00
Greg Bergé
b82b03cf92
v5.7.2
v5.7.2
2019-03-20 09:40:34 +01:00
Greg Bergé
c0f325bda5
fix(babel-plugin): handle "-" at the end of request
2019-03-20 09:40:14 +01:00
Greg Bergé
c2650c9604
v5.7.1
v5.7.1
2019-03-19 19:25:03 +01:00
Greg Bergé
4da39ffd63
fix(babel-plugin): handle special chars in file names ( #279 )
2019-03-19 19:24:31 +01:00
Jack Hsu
3767f28240
fix(webpack-plugin): create output folder with mkdirp ( #273 )
2019-03-19 08:52:55 +01:00
Greg Bergé
6090e8affb
v5.7.0
v5.7.0
2019-03-14 08:08:15 +01:00
Greg Bergé
d7ec64cbca
chore: upgrade deps ( #271 )
2019-03-14 08:07:51 +01:00
ambar
97ff6ac107
perf(build): add build target for Node ( #267 )
2019-03-13 15:10:54 +01:00
ambar
4c8ae60492
fix(server): fix loading order of assets ( #266 )
2019-03-13 15:09:30 +01:00
Csaba Palfi
e236d0a624
docs: fix broken link ( #264 )
2019-03-12 08:15:06 +01:00
ambar
005913be28
chore: fix public path in examples/server-side-rendering
2019-03-10 22:02:13 +01:00
ambar
05e55000ab
feat: use inline JSON to enabling CSP without unsafe-inline
2019-03-10 22:02:13 +01:00
ambar
f35fb3c210
docs: fix typo in SSR example ( #256 )
2019-03-04 14:48:21 +01:00
zhipenglin
7cb68a138f
fix(component): fix warning message about babel ( #255 )
...
Fix #253
2019-03-04 13:51:36 +01:00
Peter McAree
e762f10894
docs: fix minor typo in documentation for code-splitting ( #252 )
2019-02-26 08:56:01 +01:00
Greg Bergé
387da2688b
v5.6.1
v5.6.1
2019-02-25 08:33:40 +01:00
Greg Bergé
d04e1c978d
fix(suspense): fix suspense mode in React v16.8+ ( #251 )
2019-02-25 08:33:14 +01:00
Greg Bergé
57d5f6b969
chore: upgrade deps ( #250 )
2019-02-25 08:01:19 +01:00
Mike Marcacci
4a602f7744
docs: warn against having comments=false in babel ( #244 )
...
It took me an hour+ to figure out why I wasn't getting chunk names in my stats file... turns out babel was stripping the comments injected by this plugin. It isn't immediately obvious how the plugin works, so I figured I'd save the next person some time and make a note here.
2019-02-19 10:28:44 +01:00
bitten
e9f8ecaa2d
docs: fix prefetching example ( #237 )
2019-02-15 11:23:38 +01:00
Greg Bergé
948165d5de
fix(server): use eval to prevent webpack warning ( #240 )
...
Closes #234
2019-02-15 11:14:56 +01:00
Jordan Burk
71f7bcd424
fix(server): allow query-param cache busting in chunk names ( #229 )
2019-02-13 15:10:50 +01:00
Kévin Berthommier
362836327c
fix(component): better ES Modules handling ( #228 )
2019-02-11 08:36:03 +01:00
Greg Bergé
0d3e7dee30
v5.6.0
v5.6.0
2019-02-06 00:34:18 +01:00
Greg Bergé
4a67acec65
feat(component): add preload method ( #224 )
...
Closes #196
2019-02-06 00:30:22 +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é
b94a950d91
chore(netlify): fix netlify preview
2019-02-05 23:27:01 +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
______________________________ ____________ ___________________ _________________________________________
cfab31fdbe
docs(website): update suspense.mdx ( #218 )
2019-01-31 18:58:25 +01:00
Kévin Berthommier
fdfe0ccf0b
docs(website): fix link ( #215 )
2019-01-29 22:52:56 +01:00
mattsjones
6714d2a255
fix: Add extra props option for links ( #212 )
2019-01-29 17:35:20 +01:00
Greg Bergé
69dbb8b2b1
docs(website): upgrade smooth-doc to avoid blink
2019-01-23 15:48:00 +01:00
Greg Bergé
c23946470f
v5.5.0
v5.5.0
2019-01-22 23:46:43 +01:00
Greg Bergé
6d8f1d2599
docs(website): document extra attributes
2019-01-22 23:46:10 +01:00
Nicolas Chaulet
8a3d06725e
feat: allow to specify extra attributes in getScriptTags & others ( #210 )
2019-01-22 23:42:50 +01:00
Greg Bergé
210b1efa1b
docs: update all readmes
2019-01-22 23:40:28 +01:00
Greg Bergé
fa89a1b5e6
docs(website): fix theme issue
2019-01-21 17:24:50 +01:00
Greg Bergé
6d07209b5b
docs(website): upgrade stack
2019-01-21 15:34:12 +01:00
Greg Bergé
6a4a6af4bf
docs(website): update landers
2019-01-21 11:45:28 +01:00