19.5.3
Pre-release
Pre-release
If you use webpack to develop Electron applications, electron-webpack maybe useful for you.
Now electron-builder supports new subcommand start
— it is shorthand for node node_modules/electron-webpack/dev-runner.js
But this command is not limited only to electron-webpack, if you are boilerplate author, feel free to file issue to support your tool.
Bug Fixes
- coerce mac.identity from "null" to null (791b94b)