Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej
2020-11-26 23:00:27 +01:00
parent 98f50790c0
commit 188bce0aa4
22 changed files with 194 additions and 235 deletions

View File

@@ -13,11 +13,11 @@ module.exports = {
'process.env': {
PACKAGE_VERSION: '"' + version + '"'
}
})
}),
]
},
pwa: {
serviceWorker:false,
serviceWorker:true,
iconPaths: {
favicon16: 'img/icons/favicon-16x16.png',
favicon32: 'img/icons/favicon-32x32.png',