rsnext/packages/next/server/dev
Hannes Bornö 2ff660c25a
Remove full reload overlay and warn in CLI instead (#37874)
- Always perform a full reload when needed without blocking with the overlay.
- Old client warnings re-added.
- Post client warning to dev server and print it in the CLI. 


## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
2022-06-22 15:41:23 +00:00
..
hot-middleware.ts partially migrate to webpack 5 types (#30189) 2021-10-24 23:04:26 +02:00
hot-reloader.ts Remove full reload overlay and warn in CLI instead (#37874) 2022-06-22 15:41:23 +00:00
next-dev-server.ts Migrate middleware ssr to edge functions (#37708) 2022-06-21 19:04:48 +00:00
on-demand-entry-handler.ts Fix client entry unexpectedly created in app dir (#37561) 2022-06-09 16:58:10 +02:00
static-paths-worker.ts Add port and hostname options to Next Server (#31858) 2021-11-28 16:48:43 +00:00