electron-es6-react
electron-es6-react copied to clipboard
Added packaging capability
After a few suggestions on the Issues forum (#12) I decided to add the missing packaging functionality together with sample icons for mac and windows
@mmick66 Could you elaborate why the index.js
is required? Shouldn't it work without it also?
I do not have an index.js
@mmick66 Sorry, I obviously meant the newly introduced start.js
.
I followed the recipe from #12 of the discussion forum. It is for the packager to start with babel-rc having already been imported (I guess)...