From 38f232934f72756f3e8904a7e044995f5b36b58f Mon Sep 17 00:00:00 2001 From: Frankie Bagnardi Date: Sun, 20 Aug 2017 15:28:58 -0700 Subject: [PATCH] Note on hot module replacement and emitWarning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc9c832..9d30f01 100644 --- a/README.md +++ b/README.md @@ -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`)