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 4a31791 commit c3dfe9cCopy full SHA for c3dfe9c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.4.1 (28 July 2020)
2
+
3
+### Fixes
4
5
+- Fixed accidental use of testing alias `webpack.next` in published plugin code (#167)
6
7
## 0.4.0 (28 July 2020)
8
9
### BREAKING
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments