Skip to content

Commit

Permalink
fix(electron): cannot open in after build (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed May 20, 2021
1 parent 92eaf89 commit 5ac583b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions desktop/renderer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^3.0.0"
"webpack-merge": "^5.7.3"
},
"scripts": {
"start": "cross-env NODE_ENV=development node ./scripts/Start.js",
Expand Down
2 changes: 0 additions & 2 deletions desktop/renderer-app/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ module.exports = {
},
},

externals: [nodeExternals()],

plugins: [
new webpack.ProgressPlugin(),
new DotenvFlow({
Expand Down

0 comments on commit 5ac583b

Please sign in to comment.