mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
Remove extra line
This commit is contained in:
parent
f5a6cf0569
commit
7d630bf5d9
@ -353,7 +353,6 @@ function createWebpackMiddleware () {
|
||||
new webpack.NoEmitOnErrorsPlugin(),
|
||||
new PostCompilePlugin(stats => {
|
||||
process.stdout.write('\x1Bc')
|
||||
|
||||
if (stats.hasErrors() || stats.hasWarnings()) {
|
||||
console.log(stats.toString('errors-only')) // eslint-disable-line no-console
|
||||
console.log() // eslint-disable-line no-console
|
||||
|
Loading…
Reference in New Issue
Block a user