We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26745e6 commit 1a09252Copy full SHA for 1a09252
packages/@vuepress/core/lib/node/build/index.js
@@ -50,8 +50,6 @@ module.exports = class Build extends EventEmitter {
50
*/
51
52
async render () {
53
- logger.wait('Extracting site metadata...')
54
-
55
// compile!
56
const stats = await compile([this.clientConfig, this.serverConfig])
57
const serverBundle = require(path.resolve(this.outDir, 'manifest/server.json'))
0 commit comments