Closed sanex3339 closed 7 years ago
If you want to hide the modules try stats.modules: false
. I investigate why maxModules: 0 isn't working.
It looks like you just deleted our lovely crafted issue template. It was there for good reasons. Please help us solving your issue by answering the questions asked in this template. I'm closing this. Please either update the issue with the template and reopen, or open a new issue.
stats.modules: false
also doesn't work
What happens if you set showChunkModules
to false
?
Hmmm... none of the stats options from webpack.config.js
are arriving here at Stats.js...
Oh, yes! This is simply killing the stats options informed at webpack.config.js
: https://github.com/webpack/webpack/blob/v2.2.0-rc.4/bin/webpack.js#L180-L181
thank you!
Facing the same issue on webpack 2.4.1
Webpack 4.5.0 same issue
Webpack 4.8.3 same issue
Please open a new issue
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
stats.modules: false
andstats.maxModules: 0
doesn't work.If the current behavior is a bug, please provide the steps to reproduce.
webpack.config.js https://github.com/javascript-obfuscator/javascript-obfuscator/blob/master/webpack.config.js
What is the expected behavior?
stats.modules: false
andstats.maxModules: 0
should hide modules output to consolePlease mention other relevant information such as the browser version, Node.js version, Operating System and programming language.
webpack@2.2.0-rc.4 node@6.0.0
With
stats.maxModules: 0
webpack still display 15 modules in terminal.With rc.3 option worked as expected.