Skip to content

Commit 2ce1c5c

Browse files
Add : false to bail documentation (#3345)
* Add `: false` to `bail` documentation This will make it clearer that this is `false` by default. https://github.com/webpack/webpack/blob/408a4ae77eb3f7441d6dd2dc011f23e491e8fbfb/lib/Compilation.js#L501 * Use = instead of : in bail default value Co-Authored-By: Eugene Hlushko <[email protected]>
1 parent f799227 commit 2ce1c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/other-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ As it happens, the AMD support in webpack ignores the defined name anyways.
4848

4949
## `bail`
5050

51-
`boolean`
51+
`boolean = false`
5252

5353
Fail out on the first error instead of tolerating it. By default webpack will log these errors in red in the terminal, as well as the browser console when using HMR, but continue bundling. To enable it:
5454

0 commit comments

Comments
 (0)