From f13237f3e727879ad2f94ae5da4bd2daed7ac6ea Mon Sep 17 00:00:00 2001 From: Andrew Powell Date: Thu, 26 Apr 2018 23:01:08 -0400 Subject: [PATCH] docs: add note about magic plugins and entries --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8244a0b..65635d5 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ This is primarily due to restrictions in `webpack` itself and the way that it processes options and entries. For users of webpack v4+ that go the zero-config route, you must specify an `entry` option. +It's also worth noting that `webpack-hot-client` adds `HotModuleReplacementPlugin` +and the necessary entries to your `webpack` config for you at runtime. Including +the plugin in your config manually while using this module may produce unexpected +or wonky results. + ### Express For setting up the module for use with an `Express` server, try the following: