Skip to content

Commit dc5fdcd

Browse files
chanceaclarkclaude
andcommitted
build(cli): TRAC-668 bump wrangler to 4.90.0 (#3010)
wrangler@4.24.3 produces a broken bundle for Next.js 16.2.x: the app-page-turbo.runtime.prod.js webpack runtime fails to initialize at request time with "Cannot read properties of undefined (reading 'require')". wrangler@4.90.0 bundles it correctly. Refs TRAC-668 Co-authored-by: Claude <noreply@anthropic.com>
1 parent b2c949c commit dc5fdcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/catalyst/src/cli/commands

packages/catalyst/src/cli/commands/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getProjectConfig } from '../lib/project-config';
99
import { getProjectState } from '../lib/project-state';
1010
import { getWranglerConfig } from '../lib/wrangler-config';
1111

12-
const WRANGLER_VERSION = '4.24.3';
12+
const WRANGLER_VERSION = '4.90.0';
1313

1414
export async function buildCatalystProject(projectUuid: string): Promise<void> {
1515
const coreDir = process.cwd();

0 commit comments

Comments
 (0)