react-transform-module-hot-stub
Advanced tools
Comparing version 1.0.0-beta1 to 1.0.0-beta10
{ | ||
"name": "react-transform-module-hot-stub", | ||
"version": "1.0.0-beta1", | ||
"version": "1.0.0-beta10", | ||
"description": "A stub to bypass the conditional check in react-transform-hmr", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -13,6 +13,6 @@ /** | ||
local.hot = local.hot || {}; | ||
local.hot.accept = local.hot.accept || () => {}; | ||
local.hot.accept = local.hot.accept || function hotStub() {}; | ||
} | ||
return function (ReactClass) { | ||
return function hotStubClass(ReactClass) { | ||
return ReactClass; | ||
@@ -19,0 +19,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
3248
4
93