How to minimize the size of our npm package and Do we need to add webpack as dependency when publishing an npm package. I have referred below article: https://medium.com/quick-code/publish-your-own-react-component-as-npm-package-under-5-minutes-8a47f0cb92b9
I have published my first npm package. But when we install it from npm package it says 'added 67 packages'. Why 67 packages?
This is the dependency section from package.json: "dependencies": { "react": "16.8.6", "webpack": "4.32.2", "react-icons": "3.7.0" },