rsnext/packages/next/server
Tobias Koppers 5bdef6aabe
startup performance improvements (#24129)
* import next-server logic during the time the configuration is loaded
* load minimizer plugins only when used
* load ReactDevOverlay only when used
* load only meta information of tsconfig for validation
* make worker for configuration loading lighter
* only load runTypeCheck when used
* load postcss config only when used
2021-04-18 10:28:09 +00:00
..
lib Load next.config.js async (#22578) 2021-02-27 00:29:32 +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 Temporarily remove experimental ESLint integration (#23521) 2021-03-30 08:26:35 +00:00
htmlescape.ts Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
next-dev-server.ts startup performance improvements (#24129) 2021-04-18 10:28:09 +00:00
next.ts startup performance improvements (#24129) 2021-04-18 10:28:09 +00:00
on-demand-entry-handler.ts Remove bugfix needed for webpack 4 when webpack 5 is used (#23886) 2021-04-11 15:06:35 +00:00
static-paths-worker.ts Add initial changes for i18n support (#17370) 2020-10-07 21:11:01 +00:00