csv-writer
csv-writer copied to clipboard
Fix for "Can't resolve 'fs'"
Added "browser" section to package.json so that csv-writer continues to work with latest version of React/node/npm
This PR should not be merged as-is because it changes package metadata. Could you create separate branch for publishing and for PR?
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).