We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0326e commit 5c74621Copy full SHA for 5c74621
lib/manifest/module.js
@@ -40,7 +40,7 @@ function addManifest (pwa) {
40
41
// Stringify manifest & generate hash
42
const manifestSource = JSON.stringify(manifest)
43
- const manifestFileName = `manifest.${hash(manifestSource)}.json`
+ const manifestFileName = `manifest.${hash(manifestSource).substr(0, 8)}.json`
44
45
// Merge final manifest into options.manifest for other modules
46
if (!this.options.manifest) {
0 commit comments