Skip to content

Commit 59382db

Browse files
authored
Update README.md
1 parent 209526e commit 59382db

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ The public path that the middleware is bound to.
124124

125125
_Best Practice: use the same `publicPath` defined in your webpack config. For more information about `publicPath`, please see [the webpack documentation](https://webpack.js.org/guides/public-path)._
126126

127+
### historyApiFallback
128+
129+
type: `Boolean`
130+
Default: `false`
131+
132+
When using the HTML5 History API, the index.html page will likely have to be served in place of any 404 responses. Enable historyApiFallback by setting it to true
133+
127134
### stats
128135

129136
Type: `Boolean|String|Object`

0 commit comments

Comments
 (0)