We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7f572 commit 12c48e6Copy full SHA for 12c48e6
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.5.7 (23 May 2022)
2
+
3
+### Fixes
4
5
+- Removed debug `console.log` statement (#631)
6
7
+### Internal
8
9
+- Run tests on Node.js 18 (#631)
10
11
## 0.5.6 (10 May 2022)
12
13
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.5.6",
+ "version": "0.5.7",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments