Merge branch 'rename-service-worker' into 'develop'

Rename service worker to not clash with mastodon sw.

See merge request pleroma/pleroma-fe!486
This commit is contained in:
Shpuld Shpludson 2019-01-28 18:20:27 +00:00
commit b0b6ebee17
1 changed files with 2 additions and 1 deletions

View File

@ -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'
})
]
}