Skip to content

Commit

Permalink
chore(deps): bump vue-cli-plugin-electron-builder from 1.4.6 to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed May 24, 2021
1 parent 45198e7 commit 9ca3e75
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 427 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"babel-plugin-component": "^1.1.1",
"chai": "^4.1.2",
"electron": "^5.0.13",
"electron-devtools-installer": "^3.1.1",
"electron-devtools-installer": "^3.2.0",
"eslint": "6.5.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
Expand All @@ -78,7 +78,7 @@
"prettier": "^2.0.5",
"sass-loader": "^7.3.1",
"typescript": "^3.7.4",
"vue-cli-plugin-electron-builder": "^1.4.6",
"vue-cli-plugin-electron-builder": "^2.0.0",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
Expand All @@ -96,8 +96,5 @@
]
},
"license": "Apache",
"repository": "https://github.com/emqx/MQTTX",
"resolutions": {
"electron-builder": "22.2.0"
}
"repository": "https://github.com/emqx/MQTTX"
}
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = {
},
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
// Prevent bundling of certain imported packages and instead retrieve these external dependencies at runtime.
// In order to connect to websocket.
externals: ['mqtt', 'vm2', 'log4js'],
Expand Down
Loading

0 comments on commit 9ca3e75

Please sign in to comment.