Why npm pack includes 'node_modules' folder

31 Views Asked by At

I've successfully created a react app package using rollup and packed using npm pack.

Question is why library includes node_modules folder as well, where other libraries don't.

I would appreciate your help.

enter image description here

0

There are 0 best solutions below