rsnext/packages/next/next-server/server
Sumanth Ratna a35dedb7d3
Remove unnecessary optimizeFonts key from type (#24563)
https://github.com/vercel/next.js/pull/21676 moved `fontOptimization` out of the experimental key of `NextConfig` to the top level, so it should be removed from the type

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.

## Documentation / Examples

- [ ] Make sure the linting passes
2021-04-28 22:47:31 +00:00
..
lib Update decoder to correctly handle grayscale PNGs (#23393) 2021-04-01 15:16:26 +00:00
api-utils.ts experimental: remove legacy plugin system (#20759) 2021-04-22 14:03:13 -05:00
config-shared.ts Remove unnecessary optimizeFonts key from type (#24563) 2021-04-28 22:47:31 +00:00
config-utils-worker.ts startup performance improvements (#24129) 2021-04-18 10:28:09 +00:00
config-utils.ts startup performance improvements (#24129) 2021-04-18 10:28:09 +00:00
config.ts Replace experimental reactMode with reactRoot (#24280) 2021-04-24 15:19:07 -05: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 optimization (#21676) 2021-04-05 17:47:03 +00: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 Delay server compilation until client compilation is done in development (#22187) 2021-02-19 11:10:19 +01:00
image-config.ts Fallback to default config to enable testing Image component (#19107) 2020-11-12 19:24:08 +00:00
image-optimizer.ts Fix serving Images through external rewrite with Image component (#21001) 2021-04-17 21:03:08 +00:00
incremental-cache.ts Ensure prerender-manifest contains all i18n revalidate values (#21404) 2021-01-27 11:24:00 +00:00
load-components.ts Ensure dev overlay is triggered for more _app/_document errors (#24328) 2021-04-22 11:08:47 +00:00
next-server.ts Ensure proxy rewrite does not hang on error (#24394) 2021-04-26 08:40:32 -05:00
node-polyfill-fetch.js ncc 0.25.0 upgrade and fixes (#18873) 2020-11-06 02:33:14 +00: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 Add nccing AMP optimizer (#21980) 2021-02-11 09:55:56 +00:00
render.tsx improve react-loadable-plugin (#24281) 2021-04-21 11:18:05 +00:00
require.ts Ensure fallback rewrites dont match over pages with i18n (#23674) 2021-04-06 10:25:04 +00:00
router.ts Fix fallback: false triggering 404 before rewrites (#24121) 2021-04-16 15:07:24 +00:00
send-payload.ts Enable handling for revalidate and notFound (#19165) 2020-11-14 07:12:47 +00:00
serve-static.ts Add support for Image Optimizer (#17749) 2020-10-16 13:10:01 +02:00
utils.ts Improve Server Lib Utilities (#12119) 2020-04-23 09:38:57 +02:00