We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103d0a8 commit 9d30b6aCopy full SHA for 9d30b6a
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.4.3 (2 November 2020)
2
+
3
+### Fixes
4
5
+- Fixed Yarn 2 PnP compatibility with absolute `react-refresh/runtime` imports (#230)
6
+- Fixed Webpack 5 compatibility by requiring `__webpack_require__` (#233)
7
+- Fixed IE 11 compatibility in socket code (4033e6af)
8
+- Relaxed peer dependency requirement for `react-refresh` to allow `0.9.x` (747c19ba)
9
10
## 0.4.2 (3 September 2020)
11
12
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.4.2",
+ "version": "0.4.3",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments