forked from AkkomaGang/akkoma-fe
Rename service worker to not clash with mastodon sw.
This commit is contained in:
parent
bb2ee04f04
commit
2ce6fba2ba
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ module.exports = {
|
|||
},
|
||||
plugins: [
|
||||
new ServiceWorkerWebpackPlugin({
|
||||
entry: path.join(__dirname, '..', 'src/sw.js')
|
||||
entry: path.join(__dirname, '..', 'src/sw.js'),
|
||||
filename: 'sw-pleroma.js'
|
||||
})
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue