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 path module dependency to the browser process #657

Closed maxcnunes closed 3 years ago

maxcnunes commented 3 years ago

As part of the migration to Webpack 5 it was required to add a polyfill for the path module because it is used in a few places in the renderer process. This task should consider moving the logic with that dependency to the browser process, and by that avoid any node polyfill for the renderer process.

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