ServiceWorker: clean up entry.js and web_push_notifications.js

This commit is contained in:
Alex Gleason
2021-10-21 15:31:09 -05:00
parent 3edd81e899
commit 7fdf22b206
6 changed files with 10 additions and 107 deletions

View File

@ -82,7 +82,7 @@ module.exports = merge(sharedConfig, {
],
ServiceWorker: {
cacheName: 'soapbox',
// entry: join(__dirname, '../app/soapbox/service_worker/entry.js'),
entry: join(__dirname, '../app/soapbox/service_worker/entry.js'),
minify: true,
},
cacheMaps: [{