Replies: 1 comment
-
As you know, Nextjs uses Edge to implement middlewares because it provides sufficient features to tasks efficiently, making it faster. For this reason, we have an |
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
-
Hi, good day. Please, I am confused. I am using the @next/bundle-analyzer on my next app. On the npm page, it says that
But it outputs
client.html, nodejs.html, and edge.html
instead when I run it. I deduce that theclient.html
is for theclient side
, and thenodejs.html
is for theserver side
. But what does theedge.html
represent? Because when I view the page in my browser, it does not give me any data.And I have googled and read articles, but all of them talk about only two pages,
client.html and server.html
, whereas mine is three,client.html, nodejs.html, and edge.html
.Has the feature been updated, with the documentation not reflecting the new changes, or is this an issue that is applicable to only me?
Beta Was this translation helpful? Give feedback.
All reactions