We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba955f0 commit e67fed7Copy full SHA for e67fed7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+# 4.2.3 (January 20th, 2018)
4
+
5
+- Adds support for matching webpack imports using arrow functions
6
7
# 4.2.2 (August 1st, 2017)
8
9
- Fixed some issues with HMR
package.json
@@ -1,7 +1,7 @@
{
"name": "react-router-server",
"author": "Gabriel Bull",
- "version": "4.2.2",
+ "version": "4.2.3",
"description": "Server Side Rendering library for React Router v4",
"main": "./build/index.js",
"types": "./index.d.ts",
0 commit comments