rsnext/packages/next/build/webpack/plugins
JJ Kasper 071ecb0b7b
Update tracing to collect from reasons (#29975)
This updates the `outputFileTracing` to fix a few cases we noticed where files weren't caught and also ensures we match webpack's `esm` resolving so that we don't include `cjs` files when webpack expects `esm`, it also updates to the latest `@vercel/nft` version which removes the caching in favor of ensuring the `reasons` map contains all parents allowing us to trace all entries in one `nodeFileTrace` run and the collect the separate files for each entry from the `reasons` map giving us much better performance/reliability.  

This also ensures we don't include static image imports when enabled in the traces since they can drastically increase deployment size on larger projects.
2021-10-18 17:01:02 +00:00
..
terser-webpack-plugin Pass sourcemap when swcMinify is enabled (#29794) 2021-10-11 10:57:21 +02:00
wellknown-errors-plugin Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
build-manifest-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
copy-file-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
css-minimizer-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
font-stylesheet-gathering-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
jsconfig-paths-plugin.ts feat(jsconfig-paths-plugin): Resolve paths synchronously (#29467) 2021-10-13 12:17:54 +02:00
mini-css-extract-plugin.ts use official mini-css-extract-plugin and experimentalUseImportModule (#24573) 2021-05-12 16:04:01 +00:00
next-drop-client-page-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
next-trace-entrypoints-plugin.ts Update tracing to collect from reasons (#29975) 2021-10-18 17:01:02 +00:00
nextjs-require-cache-hot-reloader.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
nextjs-ssr-import.ts feat: webpack inlining with configuration for v4 / v5 (#20598) 2021-01-13 20:59:08 -05:00
pages-manifest-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
profiling-plugin.ts Add trace span for module readFile (#29759) 2021-10-09 13:18:58 +02:00
react-loadable-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
serverless-plugin.ts Remove isWebpack5 checks (#29677) 2021-10-06 18:46:46 -05:00
telemetry-plugin.ts Create TelemetryPlugin for collecting feature usage metrics (#29145) 2021-10-05 14:31:48 -05:00