我想在我的React Electron应用程序中使用HMR。我该怎么办?我需要网络包吗?如何将其与Electron集成?
答案 0 :(得分:3)
您使用webpack配置就像使用普通的Web应用程序一样。
设置取决于您使用react-hot-loader 2或3(beta)
然后,将index.html文件中的src属性设置为webpack dev服务器为其提供服务的位置。 通常:localhost:8080 / bundlename.js
以下是react-hot-loader 2的演练: http://gaearon.github.io/react-hot-loader/getstarted/