liangskyli / umi-electron

umi4框架下的electron插件实现
MIT License
5 stars 2 forks source link

不是很明白// Prevent electron-builder from installing app deps #1

Open 303182519 opened 1 week ago

303182519 commented 1 week ago

// Prevent electron-builder from installing app deps fsExtra.ensureDirSync(${absOutputDir}/bundled/node_modules); 上面的这个是阻止electron-builder进行下载,为什么要阻止呢? 假如阻止的话,这样不就是导致electron配置参数externals无法下载了吗,假如主进程用到sqlite3

liangskyli commented 6 days ago

不会,externals里配置了sqlite3,打包后,node_modules会有sqlite3,如有问题,可以给最小复现