Hacker News new | ask | show | jobs
by devtailz 1223 days ago
Hey Lee, thanks for the response.

I'm still getting familiar with all the different tools involved. You mention Turbopack as something that will speed up production builds, but I'm seeing similar build times (using npm run build) with that demo project (npx create-next-app --example with-turbopack) as I was with the normal Next.js toolchain.

Is there any way to have the production build re-use build artifacts from a previous build so that my 1 line code change doesn't trigger an entire rebuild?

1 comments

Turbopack is currently only supported for the local dev server (`next dev`) but we plan to solve `next build` after.