From bf12c41675cd278a9910e734f82d03e7fe0faf2f Mon Sep 17 00:00:00 2001 From: Dan Abramov <dan.abramov@gmail.com> Date: Sun, 18 Sep 2016 12:01:46 +0300 Subject: [PATCH] Reword comment --- scripts/start.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/start.js b/scripts/start.js index 42ea112c0..b0290bfc4 100644 --- a/scripts/start.js +++ b/scripts/start.js @@ -204,7 +204,8 @@ function addMiddleware(devServer) { // Every unrecognized request will be forwarded to it. var proxy = require(paths.appPackageJson).proxy; devServer.use(historyApiFallback({ - // Allow paths with dots in them to be loaded, reference issue #387 + // Paths with dots should still use the history fallback. + // See https://github.com/facebookincubator/create-react-app/issues/387. disableDotRule: true, // For single page apps, we generally want to fallback to /index.html. // However we also want to respect `proxy` for API calls. -- GitLab