ryu1kn / csv-writer

Convert objects/arrays into a CSV string or write them into a CSV file
https://www.npmjs.com/package/csv-writer
MIT License
246 stars 39 forks source link

Fix for "Can't resolve 'fs'" #84

Open ouroboroscoding opened 2 years ago

ouroboroscoding commented 2 years ago

Added "browser" section to package.json so that csv-writer continues to work with latest version of React/node/npm

ypresto commented 1 year ago

This PR should not be merged as-is because it changes package metadata. Could you create separate branch for publishing and for PR?

ypresto commented 1 year ago

Also we need to set csvWriter.fileWriter = by hand to avoid calling fs.writeFile(). It should have a new function which returns JS string (createCsvTextWriter or something).