Skip to content

Commit 0b1f7ce

Browse files
filipesilvaSpaceK33z
authored andcommitted
Update connect-history-api-fallback to enable disableDotRule use (#638)
Currently, `webpack-dev-server` is requiring `connect-history-api-fallback@^1.2.0` which might resolve to `1.2.0` on current installs. This version doesn't yet allow for the `disableDotRule` option enabled in bripkens/connect-history-api-fallback@ee86111. Using the following in the Webpack Dev Server config works when `[email protected]` is installed: ``` historyApiFallback: { disableDotRule: true, }, ```
1 parent 3eb2a92 commit 0b1f7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"compression": "^1.5.2",
11-
"connect-history-api-fallback": "^1.2.0",
11+
"connect-history-api-fallback": "^1.3.0",
1212
"express": "^4.13.3",
1313
"http-proxy-middleware": "~0.17.1",
1414
"opn": "4.0.2",

0 commit comments

Comments
 (0)