Hide all modules in Webpack output by default

pull/3638/head
Thibaud Colas 2017-06-07 16:29:58 +03:00
rodzic 3bf4e10902
commit 248cc95bc4
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -60,6 +60,8 @@ module.exports = function exports() {
reasons: false,
// Add webpack version information
version: false,
// Set the maximum number of modules to be shown
maxModules: 0,
},
// Some libraries import Node modules but don't use them in the browser.
// Tell Webpack to provide empty mocks for them so importing them works.