Skip to content

Commit 37819ee

Browse files
da-vaibhavgaearon
authored andcommitted
added link to better visualizing tool (#764)
issue here #762
1 parent 7d0fd03 commit 37819ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/scripts/start.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function addMiddleware(devServer) {
174174
// - /index.html (served as HTML5 history API fallback)
175175
// - /*.hot-update.json (WebpackDevServer uses this too for hot reloading)
176176
// - /sockjs-node/* (WebpackDevServer uses this for hot reloading)
177-
// Tip: use https://www.debuggex.com/ to visualize the regex
177+
// Tip: use https://jex.im/regulex/ to visualize the regex
178178
var mayProxy = /^(?!\/(index\.html$|.*\.hot-update\.json$|sockjs-node\/)).*$/;
179179
devServer.use(mayProxy,
180180
// Pass the scope regex both to Express and to the middleware for proxying

0 commit comments

Comments
 (0)