Adding react-hot-loader to ejected create-react-app

后端 未结 2 1607
逝去的感伤
逝去的感伤 2021-01-15 03:21

I am using the instructions from this commit to attempt to add react-hot-loader version 3 to create-react-app. (Scroll to bottom to see babel and w

2条回答
  •  萌比男神i
    2021-01-15 04:06

    Seems to be working fine for me with the server shipped with create-react-app v0.6.1. like this: require.resolve('react-dev-utils/webpackHotDevClient'),

提交回复
热议问题