Rename service worker to not clash with mastodon sw.
This commit is contained in:
parent
bb2ee04f04
commit
2ce6fba2ba
@ -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 New Issue
Block a user