Disable syncing after several attempts
Refactor syncplay manager Attempt fixing Safari issues (timeupdate event not firing)
This commit is contained in:
parent
9fabbd5746
commit
06e6c99c03
5 changed files with 437 additions and 118 deletions
|
@ -41,6 +41,10 @@ module.exports = merge(common, {
|
|||
{
|
||||
test: /\.(wav)$/i,
|
||||
use: ["file-loader"]
|
||||
},
|
||||
{
|
||||
test: /\.worker.js$/,
|
||||
use: ["worker"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue