Fix build

This commit is contained in:
Chewbacca
2022-11-16 09:00:19 -05:00
parent 774b627397
commit 17b0c45a3e
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ const configuration: Configuration = {
],
ServiceWorker: {
cacheName: 'soapbox',
entry: join(__dirname, '../app/soapbox/service_worker/entry.ts'),
entry: join(__dirname, '../app/soapbox/service-worker/entry.ts'),
events: true,
minify: true,
},