We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9519f commit c391c21Copy full SHA for c391c21
packages/cloudflare/src/cli/build/bundle-server.ts
@@ -50,7 +50,6 @@ export async function bundleServer(buildOpts: BuildOptions): Promise<void> {
50
51
console.log(`\x1b[35m⚙️ Bundling the OpenNext server...\n\x1b[0m`);
52
53
- //await patches.updateWebpackChunksFile(buildOpts);
54
await patchWebpackRuntime(buildOpts);
55
patchVercelOgLibrary(buildOpts);
56
0 commit comments