Skip to content

Commit 0a8c7b9

Browse files
authored
Add NODE_OPTIONS to build environment in netlify.toml
1 parent 91ccaff commit 0a8c7b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[build]
22
command = "npm run build"
33
publish = "dist"
4+
5+
[build.environment]
6+
NODE_OPTIONS = "--max-old-space-size=4096"

0 commit comments

Comments
 (0)