react-data-export icon indicating copy to clipboard operation
react-data-export copied to clipboard

Why does xlsx get installed into my package.json when installing this package

Open rwc0920 opened this issue 3 years ago • 1 comments

Like the title says, why does xlsx get installed into my package.json when installing this package? It's technically not even listed as a dependency of this package but it's required to be installed. It shows that tempa-xlsx is a dependency but doesn't show up in my package.json file when I download this. Can someone please explain this to me? I'm curious because it is significantly increasing the bundle size of my application.

rwc0920 avatar Jan 11 '22 19:01 rwc0920

I believe that is because xlsx is listed as a dependency https://www.npmjs.com/package/react-data-export#dependencies image

LoganWalters avatar Sep 21 '23 01:09 LoganWalters