Socket
Socket
Sign inDemoInstall

@pmmmwh/react-refresh-webpack-plugin

Package Overview
Dependencies
449
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.2 to 0.3.3

8

CHANGELOG.md

@@ -0,3 +1,11 @@

## 0.3.3 (29 May 2020)
### Fixes
- Removed unrecoverable React errors check and its corresponding bail out logic on hot dispose (#104)
## 0.3.2 (22 May 2020)
### Fixes
- Fixed error in overlay when stack trace is unavailable (#91)

@@ -4,0 +12,0 @@ - Fixed IE11 compatibility (#98)

2

package.json
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
"version": "0.3.2",
"version": "0.3.3",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -55,6 +55,2 @@ /* global __react_refresh_error_overlay__ */

function hotDisposeCallback(data) {
if (Refresh.hasUnrecoverableErrors()) {
window.location.reload();
}
// We have to mutate the data object to get data registered and cached

@@ -61,0 +57,0 @@ data.module = module;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc