vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 48 forks source link

Large Builds #94

Closed vinnymac closed 8 years ago

vinnymac commented 8 years ago

Electron packager fails at excluding devDependencies. We should exclude the ones we know we don't need for releases. In the end using web pack to build the application js would be nice. But we would need it to build the main js as well in order to lose babel in releases. We would get performance improvements from doing so.

https://github.com/electron-userland/electron-packager/issues/235

Best Solution https://github.com/electron-userland/electron-packager/issues/145#issuecomment-144148944