Skip to content

nx-cloudflare: document the removal of Next.js support #155

Description

@NachoVazquez

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.

Fix.

  • Remove any Next.js / next-build references from README.md and 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).
  • 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).

Related: #126, #152. Part of #115.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationnx-cloudflareThe @naxodev/nx-cloudflare plugin

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions