We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0fd03 commit 37819eeCopy full SHA for 37819ee
packages/react-scripts/scripts/start.js
@@ -174,7 +174,7 @@ function addMiddleware(devServer) {
174
// - /index.html (served as HTML5 history API fallback)
175
// - /*.hot-update.json (WebpackDevServer uses this too for hot reloading)
176
// - /sockjs-node/* (WebpackDevServer uses this for hot reloading)
177
- // Tip: use https://www.debuggex.com/ to visualize the regex
+ // Tip: use https://jex.im/regulex/ to visualize the regex
178
var mayProxy = /^(?!\/(index\.html$|.*\.hot-update\.json$|sockjs-node\/)).*$/;
179
devServer.use(mayProxy,
180
// Pass the scope regex both to Express and to the middleware for proxying
0 commit comments