Fix build
This commit is contained in:
parent
774b627397
commit
17b0c45a3e
|
@ -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',
|
||||
],
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue