Skip to content

Commit

Permalink
Update client dependencies and fix client start up bug (see facebook/…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmoe committed Aug 19, 2022
1 parent b22aa1b commit 69ef750
Show file tree
Hide file tree
Showing 2 changed files with 20,538 additions and 52 deletions.
2 changes: 1 addition & 1 deletion client/config/webpackDevServer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = function(proxy, allowedHost) {
// We do this in development to avoid hitting the production cache if
// it used the same host and port.
// https://github.com/facebook/create-react-app/issues/2272#issuecomment-302832432
app.use(noopServiceWorkerMiddleware());
app.use(noopServiceWorkerMiddleware(''));
},
};
};
Loading

0 comments on commit 69ef750

Please sign in to comment.