diff --git a/firebase.json b/firebase.json index 8b0beff..4445709 100644 --- a/firebase.json +++ b/firebase.json @@ -1,6 +1,13 @@ { "hosting": { "public": "build-prod", + "headers": [{ + "source" : "/sw.js", + "headers" : [{ + "key" : "Cache-Control", + "value" : "no-cache" + }] + }], "redirects": [{ "source" : "/get-started/webpack", "destination" : "/get-started/webpack.html",