- Eslint: typo, #17 and improve
.eslintrc
- Package Version: use latest release electron version as default
- Ignore Large peerDependencies
- electron-debug
- Webpack: add
.json
and.node
to extensions for imitating node require. - Webpack: set
node_modules
to externals for native module support.
- Webpack: #1, change build target to
atom
.
- Ignore:
test
,tools
,release
folder and devDependencies inpackage.json
. - Support asar
- Support icon
- Webpack: babel, react-hot, ...
- Flux: actions, api, components, containers, stores..
- Package: darwin (osx), linux and win32 (windows) platform.