securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 194 forks source link

xlsx dependency blows up webpack bundle size #110

Open gregholst opened 5 years ago

gregholst commented 5 years ago

I like the easy creation of xlsx files with this package, but noticed that installation of the xlsx dependency blows up my production bundle from 1.27 to 2.65 MiB. Since my bundle is anyway too big, I am looking forward to the new version without the xlsx dependency. Any information on when it will be released?