Skip to content

Commit

Permalink
docs: add builder type (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Mar 23, 2024
1 parent a16e59e commit 7322031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,15 @@ The errors found will be printed.

### `failOnWarning`

- Builder: `webpack` // Only works with webpack builder
- Type: `Boolean`
- Default: `false`

Will cause the module build to fail if there are any warnings, based on `emitWarning`.

### `failOnError`

- Builder: `webpack` // Only works with webpack builder
- Type: `Boolean`
- Default: `true`

Expand Down

0 comments on commit 7322031

Please sign in to comment.