Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
docs: add note about magic plugins and entries
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape authored Apr 27, 2018
1 parent 5e2953c commit f13237f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f13237f

Please sign in to comment.