Correctly type videojs player

This commit is contained in:
Chocobozzz 2020-01-28 17:29:50 +01:00
parent 0374b6b5cd
commit f5fcd9f725
No known key found for this signature in database
GPG key ID: 583A612D890159BE
25 changed files with 695 additions and 617 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.js')
'video.js$': path.resolve('node_modules/video.js/dist/alt/video.core.novtt.js')
}
},