Created
March 6, 2018 13:07
-
-
Save transcendr/dd9809f5c2c4045e6a3671473818c569 to your computer and use it in GitHub Desktop.
OMC #1
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
| new SWPrecacheWebpackPlugin({ | |
| cacheId: 'transcendr-app', | |
| filename: 'service-worker.js', | |
| staticFileGlobs: ['dist/**/*.{js,html,css,eot,woff,woff2,ttf}'], | |
| minify: true, | |
| stripPrefix: 'dist/' | |
| }), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment