We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b14966 commit 3ca0f73Copy full SHA for 3ca0f73
docs/package.json
@@ -5,7 +5,7 @@
5
"author": "MUI Team",
6
"license": "MIT",
7
"scripts": {
8
- "build": "rimraf docs/export && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 next build --profile && pnpm build-sw",
+ "build": "rimraf docs/export && cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=8192 next build --profile && pnpm build-sw",
9
"build:clean": "rimraf .next && pnpm build",
10
"build-sw": "node ./scripts/buildServiceWorker.js",
11
"dev": "next dev",
0 commit comments