This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
Releases: pbarbiero/basic-electron-react-boilerplate
Releases · pbarbiero/basic-electron-react-boilerplate
0.7.0
Fix webpack configuration
Resolves #1
Updates dependencies.
Webpack compliation update
Now properly using webpack's target=electron-renderer to make sure you have proper access to the node modules and full electron modules as well.
Dependency Updates
The major change here is Electron is now 1.6.1 instead of 1.4.15
Fixed NODE_ENV being set in webpack
Also fixed the electron path being used
Better CSS support
Added file-loader and some basic configuration to webpack to support images and fonts.
Readme tweaks.
Minor tweaks
Some cleanup here
- Removed unused devDependency
- Minor readme changes
- Removed a stray logging call
Public Release
All functionality is now ready for use on a daily basis.
Changes
- Production build now uses Babili
- Removed some commented code that shouldnt have been there
- Added electron-packager
npm run package
now calls electron-packager- Documentation updated
Initial Release
Populating initial release