webpack stats changed to 'errors-warnings' (#4644)

This commit is contained in:
Nikhil 2021-12-29 17:39:07 -08:00 committed by GitHub
parent 464bb3b885
commit 6a8f4b5d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,5 +127,5 @@ module.exports = {
}
]
},
stats: 'detailed'
stats: 'errors-warnings'
};