humanmade / react-wp-scripts

Integrate create-react-app with your WordPress theme/plugin.
235 stars 32 forks source link

Fix hot loading #70

Closed rmccue closed 3 years ago

rmccue commented 3 years ago

When modules aren't hoisted, webpackHotDevClient is in node_modules/react-scripts/node_modules/react-dev-utils, so we need to resolve relative to the original loaded file.

While I was there, I incorporated the changes to the latest hot client from upstream, and annotated modifications for ease of use next time around.

Fixes #69.