5 ms·
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 prod
by devtailz 4y 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?
- leerob 4y agoTurbopack is currently only supported for the local dev server (`next dev`) but we plan to solve `next build` after.