We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656b49f commit 55028c6Copy full SHA for 55028c6
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.4.2 (3 September 2020)
2
+
3
+### Fixes
4
5
+- Patched loader to use with Node.js global `fetch` polyfills (#193)
6
+- Patched default `include` and `exclude` options to be case-insensitive (#194)
7
8
## 0.4.1 (28 July 2020)
9
10
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments