Compile Next.js project in chunks
Unanswered
Spinge Bib Sqorpnts posted this in #help-forum
Is it possible to compile Next.js projects in chunks?
I have a monorepo (pnpm workspace) with 2 Next.js projects and a few utility packages.
Is it possible that for example, if I change something in a utility package, I won't have to re-compile the entire project, and only upload what has changed?
Or, if a single page in a project changed I could deploy just that page without having to recompile everything?
I have a monorepo (pnpm workspace) with 2 Next.js projects and a few utility packages.
Is it possible that for example, if I change something in a utility package, I won't have to re-compile the entire project, and only upload what has changed?
Or, if a single page in a project changed I could deploy just that page without having to recompile everything?