We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166b997 commit 1c75ee7Copy full SHA for 1c75ee7
Makefile
@@ -57,3 +57,8 @@ features:
57
rm .github/build/spreadsheet.csv
58
59
.PHONY: setup build site site-full clean site-fast lint features
60
+
61
+## Analyze webpack bundle with FCP optimization
62
+site-analyze:
63
+ @echo "🏗️ Building site with webpack bundle analyzer..."
64
+ ANALYZE_BUNDLE=true npm run build
0 commit comments