refactor: updater

pull/67/head
xiaojunnuo 2021-01-10 19:58:42 +08:00
parent 6842a1659b
commit 6cd21a52b7
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@docmirror/dev-sidecar-gui",
"version": "1.3.0",
"version": "1.4.0",
"private": false,
"license": "MPL-2.0",
"scripts": {

View File

@ -58,8 +58,7 @@ module.exports = {
publish: {
provider: 'generic',
url: ''
},
compression: 'maximum'
}
},
chainWebpackMainProcess (config) {
config.entry('mitmproxy').add(path.join(__dirname, 'src/bridge/mitmproxy.js'))