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 615157e commit b2d520bCopy full SHA for b2d520b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.3 (19 December, 2019)
2
+
3
+- Fixed runtime template injection when the `runtimeChunks` optimization is used in Webpack (#26)
4
5
## 0.1.2 (18 December, 2019)
6
7
- Fixed caching of Webpack loader to significantly improve performance (#22)
package.json
@@ -1,6 +1,6 @@
{
"name": "@pmmmwh/react-refresh-webpack-plugin",
- "version": "0.1.2",
+ "version": "0.1.3",
"description": "An **EXPERIMENTAL** Webpack plugin to enable \"Fast Refresh\" (also previously known as _Hot Reloading_) for React components.",
"keywords": [
"react",
0 commit comments