Skip to content

Commit

Permalink
docs: add configuration.ignoreWarnings related flags (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Nov 10, 2020
1 parent 195810c commit c87cf69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/webpack-cli/README.md
Expand Up @@ -136,6 +136,11 @@ yarn add webpack-cli --dev
`output.libraryTarget`.
--externals-type string Specifies the default type of externals ('amd*', 'umd*', 'system' and 'jsonp'
depend on output.libraryTarget set to the same value).
--ignore-warnings string[] A RegExp to select the warning message.
--ignore-warnings-file string[] A RegExp to select the origin file for the warning.
--ignore-warnings-message string[] A RegExp to select the warning message.
--ignore-warnings-module string[] A RegExp to select the origin module for the warning.
--ignore-warnings-reset Clear all items provided in configuration. Ignore specific warnings.
--infrastructure-logging-debug string[] Enable/Disable debug logging for all loggers. Enable debug logging for
specific loggers.
--infrastructure-logging-debug-reset Clear all items provided in configuration. Enable debug logging for specific
Expand Down

0 comments on commit c87cf69

Please sign in to comment.