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.
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.