fix: ServiceWorker intercepting requests
created wrapper for SW to exclude paths because ngsw-config only disables caching, but the SW would still handle the request
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "public"
|
||||
}
|
||||
},
|
||||
"src/sw.js"
|
||||
],
|
||||
"styles": [
|
||||
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
||||
|
||||
Reference in New Issue
Block a user