mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-10 08:38:34 -05:00
removed service worker stuff
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user