Disable Webpack performance hints

pull/6479/head
Thibaud Colas 2020-10-21 10:00:45 +01:00 zatwierdzone przez Karl Hobley
rodzic e2bfeb1e20
commit d7490de076
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -81,6 +81,12 @@ module.exports = function exports() {
aggregateTimeout: 300,
},
// Disable performance hints – currently there are much more valuable
// optimizations for us to do outside of Webpack
performance: {
hints: false
},
stats: {
// Add chunk information (setting this to `false` allows for a less verbose output)
chunks: false,