sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.58k stars 524 forks source link

Move csv-stringify to the browser process #655

Closed maxcnunes closed 3 years ago

maxcnunes commented 3 years ago

That package depends on Node modules such as stream which requires adding a polyfill configuration in order for Webpack 5 to compile it. Moving it to the backend would avoid that kind of configuration.

Look for this ticket number in the code base, it is being referenced where those configurations were done.