mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Fix stucked HLS player
This commit is contained in:
parent
a6c554fb6e
commit
a77c5ff362
5 changed files with 22 additions and 20 deletions
|
@ -24,6 +24,8 @@ module.exports = function () {
|
|||
|
||||
modules: [ helpers.root('src'), 'node_modules' ],
|
||||
|
||||
symlinks: true,
|
||||
|
||||
alias: {
|
||||
'video.js$': path.resolve('node_modules/video.js/core.js'),
|
||||
'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue