Update workbox.js

This commit is contained in:
XhmikosR 2018-03-20 17:24:49 +02:00
parent 002cd8fc9a
commit c8d7eecab3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ swBuild.injectManifest(config).then(({
}
const swFileContents = data.replace(wbSwRegex, wbFileName)
fs.writeFile(config.swDest, swFileContents, () => {
console.log('Pre-cache Manifest generated.', `Pre-cached ${count} files, totalling ${size} bytes.`)
console.log(`Pre-cache Manifest generated. Pre-cached ${count} files, totalling ${size} bytes.`)
})
})
}).catch((error) => {