Skip to content

Commit 87817ae

Browse files
committed
Angular PWA course
1 parent 6964d9a commit 87817ae

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/ngsw-config.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
"resources": {
77
"files": [
88
"/favicon.ico",
9-
"/index.html"
10-
],
11-
"versionedFiles": [
12-
"/*.bundle.css",
13-
"/*.bundle.js",
14-
"/*.chunk.js"
9+
"/index.html",
10+
"/*.css",
11+
"/*.js"
1512
]
1613
}
1714
}, {

0 commit comments

Comments
 (0)