Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
Fix an issue of auto updating
Browse files Browse the repository at this point in the history
  • Loading branch information
elliothux committed Jul 2, 2017
1 parent f47dcb3 commit 04bc5fc
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions webpack.config.js
Expand Up @@ -45,12 +45,8 @@ module.exports = {
}
]
},
// plugins: [
// new webpack.DefinePlugin({
// 'process.env': {
// NODE_ENV: '"production"'
// }
// })
// ],
plugins: [
new webpack.DefinePlugin(JSON.stringify("production"))
],
target: 'electron'
};

0 comments on commit 04bc5fc

Please sign in to comment.