react-hot-loader
Advanced tools
Comparing version 4.12.11 to 4.12.12
@@ -5,2 +5,14 @@ # Change Log | ||
<a name="4.12.12"></a> | ||
## [4.12.12](https://github.com/gaearon/react-hot-loader/compare/v4.12.11...v4.12.12) (2019-08-27) | ||
### Bug Fixes | ||
* error overlay could fail by itself ([da50985](https://github.com/gaearon/react-hot-loader/commit/da50985)) | ||
* resolve undefined types to undefined, fixes [#1324](https://github.com/gaearon/react-hot-loader/issues/1324) ([73eeb4e](https://github.com/gaearon/react-hot-loader/commit/73eeb4e)) | ||
* speedup levenshtein comparison, fixes [#1087](https://github.com/gaearon/react-hot-loader/issues/1087) ([b81dcb0](https://github.com/gaearon/react-hot-loader/commit/b81dcb0)) | ||
<a name="4.12.11"></a> | ||
@@ -7,0 +19,0 @@ ## [4.12.11](https://github.com/gaearon/react-hot-loader/compare/v4.12.10...v4.12.11) (2019-08-12) |
{ | ||
"name": "react-hot-loader", | ||
"version": "4.12.11", | ||
"version": "4.12.12", | ||
"description": "Tweak React components in real time.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -58,3 +58,3 @@ # React Hot Loader | ||
// ... | ||
} | ||
}; | ||
``` | ||
@@ -127,6 +127,6 @@ | ||
alias: { | ||
'react-dom': '@hot-loader/react-dom' | ||
} | ||
} | ||
} | ||
'react-dom': '@hot-loader/react-dom', | ||
}, | ||
}, | ||
}; | ||
``` | ||
@@ -133,0 +133,0 @@ |
Sorry, the diff of this file is too big to display
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
232874
3669