removed service worker stuff

This commit is contained in:
vabene1111
2021-01-17 14:47:13 +01:00
parent 961b3f07b5
commit 63dbdfa4a6
5 changed files with 0 additions and 127 deletions

View File

@@ -5,10 +5,6 @@ const pages = {
entry: './src/apps/RecipeView/main.js',
chunks: ['chunk-vendors']
},
'service_worker': {
entry: './src/serviceWorker.js',
chunks: ['chunk-vendors']
},
}
module.exports = {
@@ -20,21 +16,6 @@ module.exports = {
: 'http://localhost:8080/',
outputDir: '../cookbook/static/vue/',
runtimeCompiler: true,
pwa: {
name: 'Recipes',
themeColor: '#4DBA87',
msTileColor: '#000000',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: 'black',
workboxPluginMode: 'GenerateSW',
workboxOptions: {
offlineGoogleAnalytics: false,
inlineWorkboxRuntime: true,
}
},
chainWebpack: config => {
config.optimization.splitChunks({