Skip to content

Commit 76ed778

Browse files
committed
1 parent 66c435b commit 76ed778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpackDevServer.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = function(proxy, allowedHost) {
103103
// We do this in development to avoid hitting the production cache if
104104
// it used the same host and port.
105105
// https://github.com/facebook/create-react-app/issues/2272#issuecomment-302832432
106-
app.use(noopServiceWorkerMiddleware());
106+
app.use(noopServiceWorkerMiddleware(""));
107107
},
108108
};
109109
};

0 commit comments

Comments
 (0)