Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 128c866

Browse files
committed
Add warning about potential infinite loop
1 parent 5ea387c commit 128c866

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ module.exports = {
9292
This option will enable
9393
[ESLint autofix feature](http://eslint.org/docs/user-guide/command-line-interface#fix).
9494

95+
**Be careful, this option might generate webpack to enter an infinite build loop if
96+
some issues cannot be fixed properly.**
97+
9598
#### `formatter` (default: eslint stylish formatter)
9699

97100
Loader accepts a function that will have one argument: an array of eslint messages (object).

0 commit comments

Comments
 (0)