1
0
Fork 0

Update client dependencies

This commit is contained in:
Chocobozzz 2021-08-06 16:41:08 +02:00
parent 31aa391d13
commit 134006b0d4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
10 changed files with 1068 additions and 975 deletions

View file

@ -27,6 +27,7 @@ module.exports = function () {
alias: {
'video.js$': path.resolve('node_modules/video.js/core.js'),
'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'),
'@root-helpers': path.resolve('src/root-helpers'),
'@shared/models': path.resolve('../shared/models'),
'@shared/core-utils': path.resolve('../shared/core-utils')
@ -37,7 +38,7 @@ module.exports = function () {
http: [ path.resolve('src/shims/http.ts') ],
https: [ path.resolve('src/shims/https.ts') ],
path: [ path.resolve('src/shims/path.ts') ],
stream: [ path.resolve('src/shims/noop.ts') ],
stream: [ path.resolve('src/shims/stream.ts') ],
crypto: [ path.resolve('src/shims/noop.ts') ]
}
},