rsnext/packages/next-swc/crates/next-dev
Justin Ridgewell c2bb12d0bf Fix tracing of node_modules files not emitted by pages (vercel/turbo#249)
Because the static SSR renderer doesn't emit files that exist in
`node_modules` (because we take advantage of node's native `require`
resolution), any paths that traced into `node_modules` would output the
full file system path. It's just verbose and annoying.

Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2022-10-24 19:16:35 -07:00
..
benches fix app layouts (vercel/turbo#190) 2022-10-22 19:47:59 +02:00
src Fix tracing of node_modules files not emitted by pages (vercel/turbo#249) 2022-10-24 19:16:35 -07:00
tests terminal improvements (vercel/turbo#133) 2022-10-21 11:50:37 +02:00
build.rs add initial dev-server and next-dev cli 2022-06-14 12:53:46 +02:00
Cargo.toml terminal improvements (vercel/turbo#133) 2022-10-21 11:50:37 +02:00