You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why.#126 (shipped via #152) dropped Next.js support entirely — the next-build executor and the vendored webpack subsystem (next, webpack, @svgr/webpack, url-loader, copy-webpack-plugin) were removed. This is a breaking change, but the documentation never followed: packages/nx-cloudflare/README.md still describes the pre-removal surface, and there is no migration note telling existing Next.js users what to do.
Add a short migration note for users previously on @cloudflare/next-on-pages: the plugin no longer wraps it; point them to OpenNext (@opennextjs/cloudflare) as the supported path going forward.
Mention that the heavy next/webpack/@svgr/webpack/url-loader/copy-webpack-plugin dependencies are gone, so the install footprint shrank.
Effort: S · Impact: High (breaking-change visibility).
Why. #126 (shipped via #152) dropped Next.js support entirely — the
next-buildexecutor and the vendored webpack subsystem (next,webpack,@svgr/webpack,url-loader,copy-webpack-plugin) were removed. This is a breaking change, but the documentation never followed:packages/nx-cloudflare/README.mdstill describes the pre-removal surface, and there is no migration note telling existing Next.js users what to do.Fix.
next-buildreferences fromREADME.mdand state plainly that Next.js is no longer supported (as of the breaking major that ships nx-cloudflare: drop Next.js support (remove next-build + webpack subsystem) #126).@cloudflare/next-on-pages: the plugin no longer wraps it; point them to OpenNext (@opennextjs/cloudflare) as the supported path going forward.next/webpack/@svgr/webpack/url-loader/copy-webpack-plugindependencies are gone, so the install footprint shrank.Effort: S · Impact: High (breaking-change visibility).
Related: #126, #152. Part of #115.