We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fe4db commit edccadcCopy full SHA for edccadc
README.md
@@ -118,21 +118,21 @@ You can still force this behavior by using `emitError` **or** `emitWarning` opti
118
#### `emitError`
119
120
- Type: `Boolean`
121
-- Default: `false`
+- Default: `true`
122
123
Will always return errors, if set to `true`.
124
125
#### `emitWarning`
126
127
128
129
130
Will always return warnings, if set to `true`.
131
132
#### `failOnError`
133
134
135
136
137
Will cause the module build to fail if there are any errors, if set to `true`.
138
0 commit comments