Skip to content

Commit b3d8853

Browse files
author
Kane Clover
committed
Fix blank page SW deploy. See facebook/create-react-app#2440
1 parent 17f607d commit b3d8853

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"source": "**",
1212
"destination": "/index.html"
1313
}
14+
],
15+
"headers": [
16+
{ "source":"/service-worker.js", "headers": [{"key": "Cache-Control", "value": "no-cache"}] }
1417
]
1518
}
1619
}

0 commit comments

Comments
 (0)