rsnext/packages/next/server/dev
Jiachi Liu 03eb4b1d61
Bypass empty pages folder for layouts (#40132)
Check `pagesDir` to bypass empty pages folder when appDir is enabled

* Output empty loadable manifest for now if there's no `pagesDir`
* No custom aliases with all page extensions for `/_app`, `_document` if pagesDir is empty, only keep the built-in ones
* Check pagesDir in build/dev-server/eslint
* Type safe: change arguments of some APIs from optional to required, so that we won't mess up with default arguments
2022-09-03 00:13:47 +00:00
..
hot-middleware.ts Remove webpack4 types (#39631) 2022-08-16 09:55:37 +00:00
hot-reloader.ts Bypass empty pages folder for layouts (#40132) 2022-09-03 00:13:47 +00:00
next-dev-server.ts Bypass empty pages folder for layouts (#40132) 2022-09-03 00:13:47 +00:00
on-demand-entry-handler.ts Bypass empty pages folder for layouts (#40132) 2022-09-03 00:13:47 +00:00
static-paths-worker.ts Bypass empty pages folder for layouts (#40132) 2022-09-03 00:13:47 +00:00