For some reason, all files are included except dist/*.min.html, dist/*.wasm and dist/*.woff2.
dist/*.json files are fine and index.html is fine too. It is clearly not the size issue, since all of the files combined are ~600KiB and some of JS files included are bigger than these problematic types of files. Order doesn't seem to have any effect either.
I don't see anything in documentation regarding these file types and can't find such extensions in sw-precache's source code.
Here is a simple gulp task:
For some reason, all files are included except
dist/*.min.html
,dist/*.wasm
anddist/*.woff2
.dist/*.json
files are fine andindex.html
is fine too. It is clearly not the size issue, since all of the files combined are ~600KiB and some of JS files included are bigger than these problematic types of files. Order doesn't seem to have any effect either.I don't see anything in documentation regarding these file types and can't find such extensions in sw-precache's source code.