mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-04-30 23:55:44 +02:00
Fix service worker generation
This commit is contained in:
@@ -38,7 +38,7 @@ module.exports = Object.keys(isProduction ? locales : {
|
||||
}).map(lang => ({
|
||||
entry: {
|
||||
app: './src/client/init.ts',
|
||||
sw: './src/client/sw.ts'
|
||||
sw: './src/client/sw/sw.ts'
|
||||
},
|
||||
module: {
|
||||
rules: [{
|
||||
|
||||
Reference in New Issue
Block a user