rsnext/packages/next/next-server/server
JJ Kasper a3b9d8670a
Remove extra check in config loading (#17336)
Noticed while adding config checks for a new config that the `basePath` checks were wrapped in a `result.experimental` check and even though this should always be true from the default experimental value being an object the `basePath` checks shouldn't be wrapped in this check since it isn't experimental anymore.
2020-09-25 02:29:13 +00:00
..
lib Fix un-transpiled client file with rewrites (#16453) 2020-08-21 19:11:25 +00:00
api-utils.ts Added Friendly error for res.redirect 🐝 (#15844) 2020-08-06 22:53:09 +00:00
config.ts Remove extra check in config loading (#17336) 2020-09-25 02:29:13 +00:00
crypto-utils.ts chore(next-server): api-utils,crypto-utils,next-server missing types (#13431) 2020-05-27 15:43:10 +00:00
denormalize-page-path.ts Add initial handling for dynamic route href resolving and rewrites on the client (#15231) 2020-08-13 14:39:36 +02:00
font-utils.ts Font optimizations (#14746) 2020-07-28 12:19:28 +02:00
get-page-files.ts Modify low priority files in manifest (#16181) 2020-08-14 04:30:25 +00:00
get-route-from-entrypoint.ts Fix app-document-import-order test for webpack 5 (#15224) 2020-07-17 10:38:06 +02:00
incremental-cache.ts Convert incremental generation cache to a class (#14660) 2020-06-28 20:58:43 +00:00
load-components.ts use requirePage for /_document and /_app (#14176) 2020-06-15 10:41:17 -04:00
next-server.ts Improve server performance by skipping decode/re-encode (#17323) 2020-09-24 06:05:40 +00:00
node-polyfill-fetch.js Make fetch polyfill work with ky-universal (#12804) 2020-05-12 15:58:21 -04:00
normalize-page-path.ts Add initial handling for dynamic route href resolving and rewrites on the client (#15231) 2020-08-13 14:39:36 +02:00
optimize-amp.ts Revert "@ampproject/toolbox-optimizer" 2020-03-30 16:26:25 -04:00
render.tsx Separate resolved asPath from resolved URL for GSSP (#17121) 2020-09-15 19:19:07 +00:00
require.ts Remove tslint disables (#16116) 2020-08-12 14:39:07 +00:00
router.ts Fix un-transpiled client file with rewrites (#16453) 2020-08-21 19:11:25 +00:00
send-payload.ts Combine sendPayload and sendHTML (#15475) 2020-07-27 16:19:30 -04:00
serve-static.ts send 2020-03-30 16:26:25 -04:00
utils.ts Improve Server Lib Utilities (#12119) 2020-04-23 09:38:57 +02:00