1.0.0 • Published 5 months ago

my-single-react-refresh-plugin v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

npm

Make react-refresh/runtime of multiple webpack projects reach a single instance by setting the global variable __singleReactRefreshRuntime__

try online

// webpack.config.js
const SingleReactRefreshPlugin = require("single-react-refresh-plugin")

module.exports = {
  plugins: [
    new SingleReactRefreshPlugin()
  ]
}
1.0.0

5 months ago