Skip to content

Instantly share code, notes, and snippets.

@transcendr
Created March 6, 2018 13:07
Show Gist options
  • Select an option

  • Save transcendr/dd9809f5c2c4045e6a3671473818c569 to your computer and use it in GitHub Desktop.

Select an option

Save transcendr/dd9809f5c2c4045e6a3671473818c569 to your computer and use it in GitHub Desktop.
OMC #1
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