diff --git a/vue.config.js b/vue.config.js index 9c47691..fc74b48 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,14 +4,9 @@ module.exports = { themeColor: '#8420a7', msTileColor: '#212045', appleMobileWebAppCapable: 'yes', - appleMobileWebAppStatusBarStyle: 'black' - - // // configure the workbox plugin - // workboxPluginMode: 'InjectManifest', - // workboxOptions: { - // // swSrc is required in InjectManifest mode. - // swSrc: 'dev/sw.js', - // // ...other Workbox options... - // } + appleMobileWebAppStatusBarStyle: 'black', + workboxOptions: { + importWorkboxFrom: 'local' + } } }