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

View File

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