Skip to content

Commit 86269fc

Browse files
committed
build lower size and updated browserlist
1 parent db92664 commit 86269fc

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

package-lock.json

Lines changed: 16 additions & 10 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"start": "craco start",
7-
"build": "craco build",
7+
"build": "node --max-old-space-size=800 node_modules/@craco/craco/bin/craco.js build",
88
"test": "craco test",
99
"eject": "react-scripts eject"
1010
},

0 commit comments

Comments
 (0)