Skip to content

Commit 9838197

Browse files
added skipWating to vue config for PWA'S
1 parent eaec461 commit 9838197

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
publicPath: process.env.VUE_APP_PUBLIC_PATH,
3+
pwa: {
4+
workboxPluginMode: 'GenerateSW',
5+
workboxOptions: {
6+
skipWaiting: true,
7+
},
8+
},
9+
};

0 commit comments

Comments
 (0)