what does `webpack` cli `--debug` option mean? -


cli:

webpack --debug 

or, within webpack.config.js

module.exports = {   entry: {...},   debug: true  //what thing option do? } 

i read webpack doc, there no explanation --debug.

debug option deprecated since webpack 2.0 must done wihin modules.rules


Comments