Skip to content

Commit

Permalink
test sw stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny committed Apr 13, 2022
1 parent 15ffc2e commit 36be0c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ module.exports = {
favicon16: 'img/icons/favicon-16x16.png',
favicon32: 'img/icons/favicon-32x32.png',
appleTouchIcon: 'img/icons/apple-touch-icon.png',
msTileImage: 'img/icons/192x192.png'
msTileImage: 'img/icons/192x192.png',
},
workboxPluginMode: 'GenerateSW',
workboxOptions: {
skipWaiting: true,
},
},
lintOnSave: false,
Expand Down

0 comments on commit 36be0c7

Please sign in to comment.