📝 Docs(custom): fix docs typo

This commit is contained in:
Kuingsmile
2024-06-16 21:11:21 +08:00
parent 5af8a6b529
commit dc70648d64
8 changed files with 338 additions and 350 deletions
+1 -6
View File
@@ -13,15 +13,10 @@ const config = {
.set('~', resolve('src/main'))
.set('root', resolve('./'))
.set('#', resolve('src/universal'))
// define
// config.plugin('define')
// .tap(args => {
// return args
// })
},
pluginOptions: {
electronBuilder: {
nodeIntegration: true, // will remove in the future
nodeIntegration: true,
customFileProtocol: 'picgo://./',
externals: ['piclist'],
chainWebpackMainProcess: config => {