You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
refactor: 自动更新
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user