mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix videojs
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = function () {
|
||||
modules: [ helpers.root('src'), helpers.root('node_modules') ],
|
||||
|
||||
alias: {
|
||||
'video.js$': path.resolve('node_modules/video.js/dist/alt/video.core.novtt.js')
|
||||
'video.js$': path.resolve('node_modules/video.js/core.js')
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user