Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
topdeveloper1001 committed Mar 10, 2020
1 parent c74ed87 commit a875ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpackDevServer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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(""));
},
};
};

0 comments on commit a875ad4

Please sign in to comment.