Skip to content

Commit

Permalink
update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomba committed Mar 20, 2019
1 parent ee39266 commit 2252e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/webpack.prod.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const webpackConfig = merge(baseWebpackConfig, {
]),
// service worker caching
new SWPrecacheWebpackPlugin({
cacheId: 'my-vue-app',
cacheId: 'gingerbread',
filename: 'service-worker.js',
staticFileGlobs: ['dist/**/*.{js,html,css}'],
minify: true,
Expand Down

0 comments on commit 2252e5e

Please sign in to comment.