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 e01fbc9 commit cae21c6Copy full SHA for cae21c6
lessons/10-clean-urls.md
@@ -40,7 +40,7 @@ because your app, in the browser, is manipulating the url. Our current
40
server doesn't know how to handle the URL.
41
42
The Webpack Dev Server has an option to enable this. Open up
43
-`package.json` and add `--history-fallback-api`.
+`package.json` and add `--history-api-fallback`.
44
45
```json
46
"start": "webpack-dev-server --inline --content-base . --history-api-fallback"
0 commit comments