Skip to content

Commit 5724cce

Browse files
committed
fix
1 parent 96d0323 commit 5724cce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/www/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const nextConfig = async (phase: string) => {
1010

1111
experimental: {
1212
turbopackFileSystemCacheForDev: true,
13-
webpackMemoryOptimizations: true,
1413
},
14+
productionBrowserSourceMaps: false,
1515
// https://nextjs.org/docs/basic-features/image-optimization#domains
1616
images: {
1717
remotePatterns: [

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"prebuild": "yarn build:contentlayer",
9-
"build": "yarn prebuild && yarn r && next build",
9+
"build": "yarn prebuild && yarn r && next build --experimental-debug-memory-usage",
1010
"build:contentlayer": "contentlayer2 build",
1111
"build:registry": "NODE_ENV=production tsx --tsconfig ./scripts/tsconfig.scripts.json scripts/build-registry.mts",
1212
"build:tw": "yarn tailwindcss -i ./src/app/globals.css -o ./public/tailwind.css --minify",

0 commit comments

Comments
 (0)