rsnext/packages/next/client
Guy Bedford 8f7f1018d2
ncc inlining optimizations (#18752)
This adds ncc inlining optimizations for the following dependencies:

* cacache
* schema-utils
* find-cache-dir
* mkdirp
* neo-async
* web-vitals

The slight increase in output in the reports here is due to the variation of the bundled version of web-vitals.

In addition, this moves ast-types to be a devDependencies entry instead of in dependencies as it was before https://github.com/vercel/next.js/pull/14746 as I could not see any production usage (ping @prateekbh). Happy to separate that out into a separate PR if preferred too.
2020-11-04 21:52:49 +00:00
..
dev Remove the static optimization indicator (#18629) 2020-11-02 09:27:36 +01:00
head-manager.ts Fix empty title in head (#17430) 2020-09-28 23:12:07 +00:00
image.tsx Disable image optimization for Data URLs (#18804) 2020-11-04 21:14:55 +00:00
index.tsx Prevent Next.js from removing all of its styles on hydration (#18723) 2020-11-03 12:50:15 +00:00
link.tsx Ensure preload works correctly with locale option (#18511) 2020-11-02 11:22:40 -06:00
next-dev.js Remove the static optimization indicator (#18629) 2020-11-02 09:27:36 +01:00
next.js Shave a few bytes off the bootstrap code (#14457) 2020-06-22 17:50:17 +00:00
normalize-trailing-slash.ts fix basepath trailing slash (#15200) 2020-07-15 23:53:31 +00:00
page-loader.ts Prevent Next.js from removing all of its styles on hydration (#18723) 2020-11-03 12:50:15 +00:00
performance-relayer.ts ncc inlining optimizations (#18752) 2020-11-04 21:52:49 +00:00
polyfills.js polyfills 2020-03-30 16:26:25 -04:00
router.ts Update to have default locale matched on root (#17669) 2020-10-08 11:12:17 +00:00
with-router.tsx Convert wrapper class to function component (#9095) 2019-11-09 14:56:59 -08:00