Just started using next bundle analyzer. I cannot understand what these random numbers are, which are being given to specific pages of the Next app.
For eg: 1883.js
. What is 1883?
Just started using next bundle analyzer. I cannot understand what these random numbers are, which are being given to specific pages of the Next app.
For eg: 1883.js
. What is 1883?
They're the different sizes for that specific webpack chunk.
From the
webpack-bundle-analyzer
documentation (used internally bynext-bundle-analyzer
):