rsnext/packages/next/server
JJ Kasper 51e0752f87
Add generating static 500 status page (#22139)
This adds generating a static 500 status page when a `pages/500.js` file is added similar to how we handle generating static 404 pages when `pages/404.js` is present. This allows showing a customized error page when a 500 error occurs in an optimal way.
2021-02-22 16:29:50 +00:00
..
lib ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00:00
hot-middleware.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00
hot-reloader.ts Delay server compilation until client compilation is done in development (#22187) 2021-02-19 11:10:19 +01:00
htmlescape.ts Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
next-dev-server.ts Add generating static 500 status page (#22139) 2021-02-22 16:29:50 +00:00
next.ts Clean up render.tsx options (#13759) 2020-06-06 23:00:03 +00:00
on-demand-entry-handler.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00
static-paths-worker.ts Add initial changes for i18n support (#17370) 2020-10-07 21:11:01 +00:00