Skip to content

Commit d4d7c54

Browse files
authored
Merge pull request #1086 from reduxjs/docusaurus-upgrade
2 parents 8af5b05 + 4926c50 commit d4d7c54

File tree

5 files changed

+4244
-7405
lines changed

5 files changed

+4244
-7405
lines changed

netlify.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@
55
ignore = "git diff --quiet HEAD^ HEAD docs website"
66

77
[build.environment]
8-
NODE_VERSION = "14"
8+
NODE_VERSION = "14"
9+
NODE_OPTIONS = "--max_old_space_size=4096"
10+
11+
[[plugins]]
12+
package = "netlify-plugin-cache"
13+
[plugins.inputs]
14+
paths = [
15+
"node_modules/.cache",
16+
"website/node_modules/.cache"
17+
]

package-lock.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"magic-string": "^0.25.7",
6464
"merge-source-map": "^1.1.0",
6565
"msw": "^0.28.2",
66+
"netlify-plugin-cache": "^1.0.3",
6667
"node-fetch": "^2.6.1",
6768
"prettier": "^2.2.1",
6869
"react": "^17.0.2",

0 commit comments

Comments
 (0)