refactor: 自动更新

This commit is contained in:
xiaojunnuo
2020-11-09 18:58:14 +08:00
parent 02ab38c299
commit 161411f9c6
13 changed files with 290 additions and 1163 deletions

View File

@@ -1,5 +1,11 @@
const path = require('path')
module.exports = {
pages: {
index: {
entry: 'src/main.js',
title: 'Dev-Sidecar-给开发者的边车辅助工具'
}
},
configureWebpack: config => {
const configNew = {
module: {
@@ -41,6 +47,10 @@ module.exports = {
allowElevation: true,
allowToChangeInstallationDirectory: true
},
publish: {
provider: 'generic',
url: ''
},
compression: 'maximum'
},
chainWebpackMainProcess (config) {