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

include electron-devtools-installer in production build #640

Closed MasterOdin closed 3 years ago

MasterOdin commented 3 years ago

Fixes #637

This moves the electron-devtools-installer to be a regular dependency, so that on production builds, if you have specified a development environment, the extensions will be loaded, making it possible to debug production builds, at the cost of a handful more KB per build that most people will not use.