kopia lustrzana https://github.com/wagtail/wagtail
Hide all modules in Webpack output by default
rodzic
3bf4e10902
commit
248cc95bc4
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue