Skip to content

Commit

Permalink
chore: suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 committed Jun 29, 2022
1 parent e0fe1a1 commit aaa1d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Options:
--progress [value] Print compilation progress during build.
--prefetch <value> Prefetch this request.
-j, --json [value] Prints result as JSON or store it in a file.
--no-fail-on-warnings Negative 'fail-on-warnings' option.
--fail-on-warnings Stop webpack-cli process with non-zero exit code on warnings from webpack
--no-amd Negative 'amd' option.
--bail Report the first error as a hard error instead of tolerating it.
--no-bail Negative 'bail' option.
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-cli/src/webpack-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ class WebpackCLI implements IWebpackCLI {
configs: [
{
type: "enum",
values: [false],
values: [true],
},
],
description: "Stop webpack-cli process with non-zero exit code on warnings from webpack",
Expand Down

0 comments on commit aaa1d84

Please sign in to comment.