Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created June 17, 2019 03:49
Show Gist options
  • Save tkssharma/03d8130620163a7627810c3b9f4830fb to your computer and use it in GitHub Desktop.
Save tkssharma/03d8130620163a7627810c3b9f4830fb to your computer and use it in GitHub Desktop.
module.exports = {
stripPrefix: 'build/',
staticFileGlobs: [
'build/*.html',
'build/manifest.json',
'build/static/**/!(*map*)'
],
dontCacheBustUrlsMatching: /\.\w{8}\./,
swFilePath: 'build/service-worker.js'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment