We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eab0e commit 4913a5bCopy full SHA for 4913a5b
package.json
@@ -5,8 +5,8 @@
5
"main": "docusaurus.config.js",
6
"scripts": {
7
"docusaurus": "docusaurus",
8
- "start": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx docusaurus start",
9
- "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx docusaurus build",
+ "start": "cross-env NODE_OPTIONS=--max-old-space-size=12288 CHOKIDAR_USEPOLLING=false npx docusaurus start",
+ "build": "cross-env NODE_OPTIONS=--max-old-space-size=12288 npx docusaurus build",
10
"swizzle": "docusaurus swizzle",
11
"clear": "docusaurus clear",
12
"serve": "docusaurus serve",
0 commit comments