File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 : [
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments