Skip to content
Snippets Groups Projects
Commit 2ce6fba2 authored by lain's avatar lain
Browse files

Rename service worker to not clash with mastodon sw.

parent bb2ee04f
Branches
No related tags found
No related merge requests found
......@@ -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'
})
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment