rsnext/test/integration/jsconfig-paths
JJ Kasper eba9fca3ff
Optimize build trace handling (#56048)
This consolidates our trace handling between turbotrace and the default
`nodeFileTrace` handling to prevent over-tracing. With node-file-trace
it's extremely more efficient to trace in a single `nodeFileTrace` run
so that all resolving/analysis etc can be efficiently cached.

Furthermore, this reduces the amount of chunks we need to trace by
waiting until post build since automatically statically optimized paths
don't need to be traced as they are rendered to purely HTML and never
re-rendered.

This reduces builds times by upwards of 4 - 5 minutes on larger
projects.
2023-09-27 16:07:57 -07:00
..
components Add test for single alias (#11296) 2020-03-23 12:30:42 -04:00
lib Update to filter loader specific files from traces (#32267) 2021-12-14 10:41:10 -06:00
node_modules/mypackage Update to filter loader specific files from traces (#32267) 2021-12-14 10:41:10 -06:00
pages Optimize build trace handling (#56048) 2023-09-27 16:07:57 -07:00
test server: re-land bundled runtimes (#55139) 2023-09-08 16:05:29 +00:00
.gitignore Fix wildcard paths causing infinite resolving (#12318) 2020-04-29 17:04:42 +02:00
jsconfig.json Fix wildcard paths causing infinite resolving (#12318) 2020-04-29 17:04:42 +02:00
next.config.js Enable "paths" support by default (#11970) 2020-04-17 16:28:17 +02:00