module.exports = { pages: { index: 'src/main.js', mini: 'src/mini/main.js' }, pluginOptions: { electronBuilder: { nodeIntegration: true } } }