forked from imbytecat/fullstack-starter
chore(desktop): 禁用 mac 和 win 平台的 CEF 捆绑
This commit is contained in:
@@ -14,10 +14,10 @@ export default {
|
|||||||
'../server/.output': 'server-output',
|
'../server/.output': 'server-output',
|
||||||
},
|
},
|
||||||
mac: {
|
mac: {
|
||||||
bundleCEF: true,
|
bundleCEF: false,
|
||||||
},
|
},
|
||||||
win: {
|
win: {
|
||||||
bundleCEF: true,
|
bundleCEF: false,
|
||||||
},
|
},
|
||||||
linux: {
|
linux: {
|
||||||
bundleCEF: true,
|
bundleCEF: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user