Skip to content

Commit 971fdd1

Browse files
committed
Add webpack flag to benchmark
1 parent cc14ac5 commit 971fdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/next-stylex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"predev": "rimraf .next",
77
"prebuild": "rimraf .next",
88
"dev": "next dev",
9-
"build": "next build",
9+
"build": "next build --experimental-debug-memory-usage --webpack",
1010
"start": "next start",
1111
"lint": "next lint"
1212
},

0 commit comments

Comments
 (0)