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 f7c0261 commit 40f1657Copy full SHA for 40f1657
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.5.8 (9 Oct 2022)
2
+
3
+### Fixes
4
5
+- Fixed performance issue regarding `require.resolve` in loader injection (#669)
6
+- Bumped `core-js-pure` to not depend on deprecated versions (#674)
7
8
## 0.5.7 (23 May 2022)
9
10
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.5.7",
+ "version": "0.5.8",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments