fix Style

This commit is contained in:
王良
2024-11-15 18:02:36 +08:00
parent dd91d95051
commit 8bb2d62c45

View File

@@ -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: {