Skip to content

Commit 8d33188

Browse files
authored
feat: use turbopack for prod builds (#11335)
1 parent 5e6bd4b commit 8d33188

File tree

2 files changed

+12
-78
lines changed

2 files changed

+12
-78
lines changed

apps/guide/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:local": "cross-env NEXT_PUBLIC_LOCAL_DEV=true pnpm run build:prod",
1111
"build:prod": "pnpm run build:next",
1212
"build:next": "next build",
13-
"build": "next build --webpack",
13+
"build": "next build",
1414
"preview": "next start",
1515
"preview:cf": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
1616
"deploy:cf": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
@@ -56,7 +56,7 @@
5656
"fumadocs-core": "^16.2.3",
5757
"fumadocs-mdx": "^14.1.0",
5858
"fumadocs-twoslash": "^3.1.10",
59-
"fumadocs-ui": "16.1.0",
59+
"fumadocs-ui": "^16.2.3",
6060
"geist": "^1.5.1",
6161
"immer": "^10.2.0",
6262
"jotai": "^2.15.2",

pnpm-lock.yaml

Lines changed: 10 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)