single-react-refresh-plugin
v1.0.5
Published
module-federation hmr
Downloads
1,265
Maintainers
Readme
Make react-refresh/runtime of multiple webpack projects reach a single instance by setting the global variable __singleReactRefreshRuntime__
// webpack.config.js
const SingleReactRefreshPlugin = require("single-react-refresh-plugin")
module.exports = {
plugins: [
new SingleReactRefreshPlugin()
]
}