Recently I published a humble package in npm.
After then, I found unpacked size
item in npm website.
I thought my package is small and simple. but unpacked size
is nearly 2mb
Shocked, I tried Bundlephobia and It said my package is 12.2kb
And now I'm so confused, what unpackes size
in npm really means?
I found a STO question related about this. but I can't understand early.