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

Commit

Permalink
README: Note on hot module replacement and emitWarning (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
brigand authored and MoOx committed Aug 21, 2017
1 parent 667baf3 commit 74674d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ module.exports = {

##### `emitWarning` (default: `false`)

Loader will always return warnings if option is set to `true`.
Loader will always return warnings if option is set to `true`. If you're using hot module replacement, you may wish to enable this in development, or else updates will be skipped when there's an eslint error.

#### `quiet` (default: `false`)

Expand Down

0 comments on commit 74674d3

Please sign in to comment.