diff --git a/template/.electron-vue/build.js b/template/.electron-vue/build.js index 9523ea1b..5f34b715 100644 --- a/template/.electron-vue/build.js +++ b/template/.electron-vue/build.js @@ -38,11 +38,11 @@ async function build () { del.sync(['dist/electron/*', '!.gitkeep']) - const tasks = ['main', 'renderer'] - const m = new Multispinner(tasks, { - preText: 'building', - postText: 'process' - }) + // const tasks = ['main', 'renderer'] + // const m = new Multispinner(tasks, { + // preText: 'building', + // postText: 'process' + // }) let results = ''