98 Commits

Author SHA1 Message Date
Anton Korzunov
0e4b57fed4 v5.16.0 2023-07-09 16:08:19 +10:00
Øyvind Saltvik
2d1645d855
Added getEntrypointPath to ChunkExtractor and reading json from fs (#951)
* Added getEntrypointPath to ChunkExtractor and reading json from inputFilesystem instead of require

* Adds getAllScriptAssetsPaths to ChunkExtractor
2023-02-03 14:00:16 +11:00
Anton Korzunov
82c7019502 v5.15.3 2023-01-28 15:28:30 +11:00
Anton Korzunov
66edc37a73 fix: add React 17 and 18 to package dependencies, fixes #718 2023-01-28 15:24:22 +11:00
Øyvind Saltvik
3ec9b64009
Added transformation of lazy (#925) 2022-12-05 16:57:26 +11:00
Anton Korzunov
711e4b6d31 v5.15.2 2021-12-12 18:33:43 +11:00
Anton Korzunov
56ef25623d format files 2021-12-12 18:33:14 +11:00
Martin Jantošovič
3b9cb202a0
fix: Clear correct cache when compiling with Webpack (#838)
* fix: Clear correct cache when compiling with Webpack

* Update packages/server/src/util.js

Co-authored-by: Anton Korzunov <thekashey@gmail.com>
2021-09-26 13:45:15 +10:00
Anton Korzunov
629c80e42e v5.15.1 2021-08-17 18:05:56 +10:00
Jarrett Confrey
9b34195627
fix: SubResourceIntegrity (#803) 2021-08-07 18:23:53 +10:00
Anton Korzunov
e74b3c9d9d v5.15.0 2021-05-08 17:29:33 +10:00
OSamkova
8f10896058
Prevent memory leaks in staging by adding env var (#730)
* add env variable to prevent reload

* add env variable to prevent reload

* add env variable to prevent reload

* lint error fix

* prevent memory leaks

* detect HMR
2021-04-07 14:16:15 +10:00
Anton Korzunov
3676e488a7 v5.14.2 2021-01-31 19:12:39 +11:00
Anton Korzunov
6d0f72cb81 update scripts 2021-01-31 19:03:58 +11:00
Anton Korzunov
a9d3d14250 lint 2021-01-24 23:54:55 +11:00
Anton Korzunov
729ac1dd6d refactor server test to regenerate stats fixture from example 2021-01-24 23:50:47 +11:00
Jason Chen
6926e190c8
fix: ignore css chunk (#689) 2021-01-24 19:15:48 +11:00
Jason Chen
dde2252136
fix: remove main asset path query (#686) 2021-01-12 21:07:14 +11:00
Anton Korzunov
51baf955a8 v5.14.0 2020-10-20 23:23:47 +11:00
Anton Korzunov
575fe2b3f5 fix: treat mjs as script 2020-10-20 23:22:09 +11:00
Stephane ROBINO
e882e4d812
feat: make packages webpack 5 compatible (#638)
Signed-off-by: Stéphane Robino <stephane@wttj.co>
Signed-off-by: Robert Douglas <robert@wttj.co>
2020-10-12 20:47:34 +11:00
Xingwang Liao
25b532eb53
fix: add key to chunks script elements (#631)
fix #628
2020-09-17 12:18:47 +10:00
Anton Korzunov
94e0c424c9 v5.13.2 2020-09-14 19:38:24 +10:00
Mark Woodward
95e6ecb0dd fix: spread nested required chunks array 2020-08-04 08:25:46 +01:00
Anton Korzunov
cd5113cc34 apply prettier 2020-07-02 17:47:13 +10:00
Anton Korzunov
8cf392d124 v5.13.1 2020-07-02 17:40:10 +10:00
Anton Korzunov
4a0879ab31 cleanup 2020-07-02 17:26:43 +10:00
Anton Korzunov
831aec0315 fix: expose used chunkNames from a server. Fixes #587 2020-07-02 17:19:11 +10:00
Anton Korzunov
fb0cc38902 v5.13.0 2020-06-29 19:18:14 +10:00
Anton Korzunov
ac5ba84cc0 synchronize snapshots after merging multiple PRs 2020-06-29 18:37:47 +10:00
Anton Korzunov
c6c3086979
Merge pull request #567 from gregberge/cache-560
fix: memory leak in module cache management, fixes #560
2020-06-06 09:01:03 +10:00
Tom
41f862c44c Put style assets first 2020-05-29 12:51:05 +01:00
Anton Korzunov
6c11703cbc fix: memory leak in module cache management, fixes #560 2020-05-14 09:32:24 +10:00
Greg Bergé
5e6e080704
v5.12.0 2020-01-09 20:44:14 +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
Greg Bergé
2c6bc5156d
v5.11.0 2019-12-02 11:50:19 +01:00
Brandon Pereira
064b4f83b2 fix(server): use require instead of module.require (#457)
this improves support with 'esm' package

Closes #455
2019-12-02 11:38:11 +01:00
Anthony
586ad0af6e feat: add support for SRI (integrity) (with webpack-subresource-integrity) (#436) 2019-09-25 14:56:48 +02:00
Greg Bergé
38ce5f0b5a
v5.10.3 2019-09-24 20:17:54 +02:00
Julien Pradet
d4428c6d24 fix: empty cache on each server reload (#431)
Fixes #230
2019-09-19 08:39:48 +02:00
Greg Bergé
f1e75b6c8b
chore: upgrade dependencies (#422) 2019-08-28 12:32:36 +04:00
Greg Bergé
1281ad3c5e
v5.10.2 2019-07-15 10:40:02 +02:00
Steven Hargrove
c3fbbef53b perf: use more performant url join impl (#353) 2019-06-05 10:20:10 +02:00
Greg Bergé
82ed859b3f v5.9.0 2019-04-23 16:11:22 +02:00
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
Greg Bergé
8decb0d73b v5.8.0 2019-04-10 21:34:56 +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