Adding final files from js to ts.

This commit is contained in:
2022-05-24 14:09:48 +00:00
parent d0259f13b1
commit a05226544f
6 changed files with 9 additions and 5 deletions

View File

@ -109,7 +109,7 @@ const frontendConfig = {
]
}),
new InjectManifest({
swSrc: './service-worker.js',
swSrc: './service-worker.ts',
swDest: 'service-worker.js',
}),
],
@ -210,7 +210,7 @@ const serverConfig = {
'process.env.PUBLIC_URL': JSON.stringify(PUBLIC_URL),
}),
new InjectManifest({
swSrc: './service-worker.js',
swSrc: './service-worker.ts',
swDest: 'service-worker.js',
}),
],