We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8336150 commit d646837Copy full SHA for d646837
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.5.4 (22 December 2021)
2
+
3
+### Fixes
4
5
+- Skip loader injection for files referenced as assets (#545)
6
+- Changed failures of `exports` capturing to warn instead of throw (#546)
7
8
## 0.5.3 (28 November 2021)
9
10
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.5.3",
+ "version": "0.5.4",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments