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 9e3ed0c commit 3436ff9Copy full SHA for 3436ff9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.3.2 (22 May 2020)
2
+
3
+### Fixes
4
5
+- Fixed error in overlay when stack trace is unavailable (#91)
6
+- Fixed IE11 compatibility (#98)
7
8
## 0.3.1 (11 May 2020)
9
10
### Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments