Skip to content

Commit

Permalink
chore(gatsby): Remove unneeded react-hot-loader/patch entry (#9695)
Browse files Browse the repository at this point in the history
The patch entry should no longer be necessary (after v4 I think), so I should be safe to remove it.

https://github.com/gaearon/react-hot-loader#no-patch-required
  • Loading branch information
alexandernanberg authored and pieh committed Nov 9, 2018
1 parent b605ade commit 1858365
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/src/utils/webpack.config.js
Expand Up @@ -142,7 +142,6 @@ module.exports = async (
case `develop`:
return {
commons: [
require.resolve(`react-hot-loader/patch`),
`${require.resolve(
`webpack-hot-middleware/client`
)}?path=${getHmrPath()}`,
Expand Down

0 comments on commit 1858365

Please sign in to comment.