Replies: 3 comments
-
Try this: https://rsbuild.dev/config/performance/bundle-analyze#generate-statsjson |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah that generates the html report which I don't want as its slow to generate. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah figured it out for anyone else its:
This disables the report but still makes the stats json for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to produce the bundle stats for my CI system, I was using
webpack --profile --json > stats.json
what would be the rsbuild way of doing this.Note that I do not want to generate a html report, just need the raw stats.json.
tia
Beta Was this translation helpful? Give feedback.
All reactions