Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/lemon-donkeys-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@opennextjs/cloudflare": patch
---

`patchNextMinimal` is no more required with the latest `@opennextjs/aws` bump
2 changes: 0 additions & 2 deletions packages/cloudflare/src/cli/build/bundle-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { inlineEvalManifest } from "./patches/plugins/eval-manifest.js";
import { inlineFindDir } from "./patches/plugins/find-dir.js";
import { patchInstrumentation } from "./patches/plugins/instrumentation.js";
import { inlineLoadManifest } from "./patches/plugins/load-manifest.js";
import { patchNextMinimal } from "./patches/plugins/next-minimal.js";
import { handleOptionalDependencies } from "./patches/plugins/optional-deps.js";
import { patchDepdDeprecations } from "./patches/plugins/patch-depd-deprecations.js";
import { fixRequire } from "./patches/plugins/require.js";
Expand Down Expand Up @@ -99,7 +98,6 @@ export async function bundleServer(buildOpts: BuildOptions): Promise<void> {
inlineLoadManifest(updater, buildOpts),
inlineBuildId(updater),
patchDepdDeprecations(updater),
patchNextMinimal(updater),
// Apply updater updates, must be the last plugin
updater.plugin,
] as Plugin[],
Expand Down

This file was deleted.

90 changes: 0 additions & 90 deletions packages/cloudflare/src/cli/build/patches/plugins/next-minimal.ts

This file was deleted.