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