How does nextjs expose the page sizes which it shows in terminal after a build is run?
Unanswered
Jonangi posted this in #help-forum
JonangiOP
I want to get the gzip sizes of each page in an app after a build is run (through code). I've looked into webpack bundle analyzer but I'm looking for a way to do it without using it because I don't want the overhead. The data is displayed in terminal but is it stored in some .next file or can it be computed from some .next file with little overhead so that I can read it from there instead of terminal? Thanks.
1 Reply
JonangiOP
bump