We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101fd96 commit 08fc725Copy full SHA for 08fc725
.electron-vue/build.js
@@ -9,7 +9,6 @@ const { spawn } = require('child_process')
9
const webpack = require('webpack')
10
const Multispinner = require('multispinner')
11
12
-
13
const mainConfig = require('./webpack.main.config')
14
const rendererConfig = require('./webpack.renderer.config')
15
const webConfig = require('./webpack.web.config')
@@ -129,4 +128,4 @@ function greeting () {
129
128
})
130
} else console.log(chalk.yellow.bold('\n lets-build'))
131
console.log()
132
-}
+}
0 commit comments