node browser modules expected? #16785
-
I'm trying to audit the bundle sizes in my project, and I can't explain where some of these modules are coming from. Are they required by next.js in general, or am I triggering their inclusion somehow when using The big standouts for me are
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Those are all included through some npm library you're importing, they're not used in Next.js. |
Beta Was this translation helpful? Give feedback.
-
Thanks @timneutkens Any idea why I'd see this output for
|
Beta Was this translation helpful? Give feedback.
Those are all included through some npm library you're importing, they're not used in Next.js.