// const { runWebpack, runElectronBuild } = new Pack({ ...config, __dirname }) // runWebpack( // { // outName: 'index.js', // target: 'electron-main', // loaders: ['Ts'], // copys: ['indexicon.png'], // optimization: { // minimize: false//解决mysql打包后报错 // } // }, // // { // // outName: 'curd.js', // // target: 'electron-preload', // // loaders: ['TsAntd', 'StyleCss'] // // } // ) // // .then(() => runElectronBuild({ name, version, main: 'index.js', icon: 'indexicon.png' })) // .catch(console.error)