Fix videojs

This commit is contained in:
Chocobozzz 2020-04-21 11:02:28 +02:00
parent 193272b8a0
commit 512decf37e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
25 changed files with 26 additions and 25 deletions

View file

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