Skip to content

Commit

Permalink
test: remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Feb 13, 2018
1 parent ea5b7bb commit 4a5aa48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fixtures/with-config/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ module.exports = {
maxChunkSize: 300000,
analyze: {
analyzerMode: 'disabled',
generateStatsFile: true
generateStatsFile: true,
logLevel: 'error'
},
styleResources: {
scss: '~/assets/pre-process.scss'
Expand Down

0 comments on commit 4a5aa48

Please sign in to comment.