rsnext/packages/next/server/dev
Malte Ubl 6da769129e
Reduce hello-world middleware bundle size from 128k to 88k (#35512)
Moves two utility functions from `server/router.ts` into their own file. This avoids the middleware pulling in the full Next.js router into its bundle.

There are probably more opportunities like this, but this is a good start. Middleware should likely be bundled by a non-chunking optimizing compiler.
2022-03-22 14:54:05 +00:00
..
hot-middleware.ts partially migrate to webpack 5 types (#30189) 2021-10-24 23:04:26 +02:00
hot-reloader.ts Revert "Make concurrent features independent from the global runtime option" (#35405) 2022-03-17 16:31:46 +00:00
next-dev-server.ts Reduce hello-world middleware bundle size from 128k to 88k (#35512) 2022-03-22 14:54:05 +00:00
on-demand-entry-handler.ts Per-page runtime (#35011) 2022-03-08 20:55:14 +00:00
static-paths-worker.ts Add port and hostname options to Next Server (#31858) 2021-11-28 16:48:43 +00:00