Skip to content

Commit

Permalink
fix: remove quiet: true
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Mar 11, 2021
1 parent f1ea4e7 commit 4f6dfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -5,7 +5,7 @@ export default (config = {}) => ({
return this.nuxt.close()
},
async before() {
this.nuxt = new Nuxt({ ...config, build: { quiet: true }, dev: false })
this.nuxt = new Nuxt({ ...config, dev: false })
await new Builder(this.nuxt).build()
await this.nuxt.listen()
},
Expand Down

0 comments on commit 4f6dfd1

Please sign in to comment.