mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-05 23:47:43 +08:00
📝 Docs(custom): fix docs typo
This commit is contained in:
+1
-6
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user