Greg Bergé
f2a6bbd6d7
feat(server): authorize custom filesystem ( #318 )
...
Closes #315
2019-04-23 15:12:58 +02:00
Deepak Pai
dc540500f9
feat: support multiple react apps ( #317 )
...
Closes #311
2019-04-23 14:45:15 +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
ambar
4c8ae60492
fix(server): fix loading order of assets ( #266 )
2019-03-13 15:09:30 +01:00
ambar
05e55000ab
feat: use inline JSON to enabling CSP without unsafe-inline
2019-03-10 22:02:13 +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
mattsjones
6714d2a255
fix: Add extra props option for links ( #212 )
2019-01-29 17:35:20 +01:00
Nicolas Chaulet
8a3d06725e
feat: allow to specify extra attributes in getScriptTags & others ( #210 )
2019-01-22 23:42:50 +01:00
Tadeusz Wójcik
4a6f84fe9f
feat(webpack-plugin): support custom path in writeToDisk option ( #187 )
2019-01-17 09:44:15 +01:00
Greg Bergé
41192e224f
chore: add type "text/css" to style tag
2019-01-11 15:25:28 +01:00
Will Howlett
2caf676595
feat: support inline CSS ( #190 )
2019-01-11 14:03:40 +01:00
Greg Bergé
5e288706ee
fix(server): fix usage when compiled using webpack ( #185 )
...
Closes #181
2018-12-12 17:53:08 +01:00
Greg Bergé
ba90289206
fix(server): fix url join ( #166 )
2018-11-23 16:17:18 +01:00
Patrick Haug
3b5b11572e
fix(server): support protocol free paths ( #163 )
2018-11-22 16:58:41 +01:00
Greg Bergé
edcd2c8456
fix(server): ignore *.hot-update.js
...
Closes #148
2018-11-20 13:45:37 +01:00
Patrick Haug
0bb2ad967a
fix(server): exclude http and https from regex ( #155 )
...
* Exclude http and https from regex. Should fix #153
* Fix regex whitespace and simplify
* Add test for joinURLPath
2018-11-19 23:26:22 +01:00
Greg Bergé
9991bbd8f4
fix(server): ignore source maps
...
Source maps must no be included in links.
See #128
2018-11-13 10:09:21 +01:00
Greg Bergé
aac26b3678
feat(server): add outputPath option in ChunkExtractor
2018-11-10 18:59:55 +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é
ba424e0952
fix(server): fix getScriptElements
2018-11-01 09:31:01 +01:00
Greg Bergé
4dffad7bd2
feat: welcome loadable
...
BREAKING CHANGE: API has completely changed, see documentation.
2018-10-29 13:04:07 +01:00