rsnext/packages/next/server/lib
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
..
incremental-cache Fix failing to set initial ISR cache item in new folder (#38136) 2022-06-29 09:45:15 +00:00
squoosh Update next/future/image to use svg blur placeholder during next dev (#39992) 2022-08-29 17:19:39 -05:00
etag.ts refactor: rewrite etag (#38568) 2022-07-18 09:20:44 +00:00
find-page-file.ts Bypass empty pages folder for layouts (#40132) 2022-09-03 00:13:47 +00:00
mock-request.ts Update on-demand ISR to skip fetch locally (#35386) 2022-03-17 12:06:44 -05:00
recursive-readdir-sync.ts Move next-server directory files to server directory (#26756) 2021-06-30 13:44:40 +02:00
start-server.ts Handle rewriting WebSocket requests (#39463) 2022-08-10 17:00:30 +00:00
utils.ts Allow port 0 in next dev and next start (#40118) 2022-08-31 17:13:39 -05:00