rsnext/packages/next/server/dev
Jiachi Liu 34b78dc7c5
Handle hmr for edge ssr in app dir (#41156)
Include the edge server changes that starting in app dir into server components changes. Most changes are merging condition `isAppPath && this.appDir` into `isAppPath`.

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`
2022-10-04 14:03:20 +00:00
..
hot-middleware.ts Remove webpack4 types (#39631) 2022-08-16 09:55:37 +00:00
hot-reloader.ts Handle hmr for edge ssr in app dir (#41156) 2022-10-04 14:03:20 +00:00
next-dev-server.ts chore(server): improve dev logs formatting (#41109) 2022-10-02 12:02:32 -07:00
on-demand-entry-handler.ts Client directive (#40415) 2022-09-18 00:00:16 +00:00
static-paths-worker.ts feat(experimental): option to polyfill fetch using undici in Node.js <18 (#40318) 2022-09-27 13:37:28 -07:00