From 37819ee8efba7940470e1fec8882c603540e502d Mon Sep 17 00:00:00 2001 From: vaibhav <vaibhav.vgc@gmail.com> Date: Mon, 26 Sep 2016 18:36:46 +0530 Subject: [PATCH] added link to better visualizing tool (#764) issue here #762 --- packages/react-scripts/scripts/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/scripts/start.js b/packages/react-scripts/scripts/start.js index 297507f18..5ce896568 100644 --- a/packages/react-scripts/scripts/start.js +++ b/packages/react-scripts/scripts/start.js @@ -174,7 +174,7 @@ function addMiddleware(devServer) { // - /index.html (served as HTML5 history API fallback) // - /*.hot-update.json (WebpackDevServer uses this too for hot reloading) // - /sockjs-node/* (WebpackDevServer uses this for hot reloading) - // Tip: use https://www.debuggex.com/ to visualize the regex + // Tip: use https://jex.im/regulex/ to visualize the regex var mayProxy = /^(?!\/(index\.html$|.*\.hot-update\.json$|sockjs-node\/)).*$/; devServer.use(mayProxy, // Pass the scope regex both to Express and to the middleware for proxying -- GitLab