merge-requests/1894/head
Chewbacca 2022-11-16 09:00:19 -05:00
rodzic 774b627397
commit 17b0c45a3e
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -20,9 +20,9 @@ module.exports = {
'app/soapbox/**/*.js',
'app/soapbox/**/*.ts',
'app/soapbox/**/*.tsx',
'!app/soapbox/features/emoji/emoji_compressed.js',
'!app/soapbox/features/emoji/emoji-compressed.js',
'!app/soapbox/locales/locale-data/*.js',
'!app/soapbox/service_worker/entry.ts',
'!app/soapbox/service-worker/entry.ts',
'!app/soapbox/jest/test-setup.ts',
'!app/soapbox/jest/test-helpers.ts',
],

Wyświetl plik

@ -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,
},