Created
June 17, 2019 03:49
-
-
Save tkssharma/03d8130620163a7627810c3b9f4830fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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