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 92d7fd6 commit a106ec7Copy full SHA for a106ec7
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.5.16 (31 Mar 2025)
2
+
3
+### Fixes
4
5
+- Fixed out of order cleanup when using top-level await (#898)
6
7
## 0.5.15 (3 Jun 2024)
8
9
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.5.15",
+ "version": "0.5.16",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments