react-transform-module-hot-stub
Advanced tools
Comparing version 1.0.0-beta2 to 1.0.0-beta3
{ | ||
"name": "react-transform-module-hot-stub", | ||
"version": "1.0.0-beta2", | ||
"version": "1.0.0-beta3", | ||
"description": "A stub to bypass the conditional check in react-transform-hmr", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -13,3 +13,3 @@ /** | ||
local.hot = local.hot || {}; | ||
local.hot.accept = local.hot.accept || () => {}; | ||
local.hot.accept = local.hot.accept || function hotStub() {}; | ||
} | ||
@@ -16,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3235
4
93