打包配置完善

This commit is contained in:
草鞋没号
2020-08-17 09:16:26 +08:00
parent 8f8d79cf77
commit 4ac8a08ca2
4 changed files with 44 additions and 8 deletions

View File

@@ -20,8 +20,11 @@ module.exports = (env = 'production') => {
external: [
'fs',
'path',
'http',
'https',
'child_process',
'os',
'electron',
'electron-is-dev',
],
}
};