Update client dependencies
This commit is contained in:
parent
31aa391d13
commit
134006b0d4
10 changed files with 1068 additions and 975 deletions
|
@ -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') ]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue