1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove syncplay worker

This was an attempt to fix issues on Safari
This commit is contained in:
gion 2020-04-20 20:03:27 +02:00
parent 4eedbe5742
commit 71f72f836c
4 changed files with 0 additions and 176 deletions

View file

@ -48,10 +48,6 @@ module.exports = merge(common, {
{
test: /\.(wav)$/i,
use: ["file-loader"]
},
{
test: /\.worker.js$/,
use: ["worker"]
}
]
}