fix Style
parent
5751cea1c4
commit
9f6e970d93
|
@ -15,8 +15,7 @@ module.exports = {
|
|||
title: 'DevSidecar-给开发者的边车辅助工具'
|
||||
}
|
||||
},
|
||||
configureWebpack: (config) => {
|
||||
return {
|
||||
configureWebpack: {
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({ 'global.GENTLY': true })
|
||||
],
|
||||
|
@ -32,7 +31,6 @@ module.exports = {
|
|||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
pluginOptions: {
|
||||
electronBuilder: {
|
||||
|
|
Loading…
Reference in New Issue