-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron build #85
base: electron
Are you sure you want to change the base?
electron build #85
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can't use this icons (that is related to another project)
can we use some more abstract?
webpack.config.babel.js
Outdated
new webpack.DefinePlugin({ | ||
'process.env': { | ||
NODE_ENV: JSON.stringify('production') | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we already have env('production', [...
that do the same thing
{ | ||
"name": "Denis Podlesniy", | ||
"email": "denis.podlesniy@djangostars.com" | ||
}], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong identions
@@ -65,12 +67,7 @@ | |||
"webpack-dev-server": "^2.3.0", | |||
"write-file-webpack-plugin": "^3.4.2" | |||
}, | |||
"optionalDependencies": { | |||
"electron": "^1.6.2" | |||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
electron with all deps (electron-packager) should be in optionalDependencies
008eca3
to
f9ae48e
Compare
No description provided.