1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Upgrade client dependencies

This commit is contained in:
Chocobozzz 2021-02-03 11:44:43 +01:00
parent 2e1e4af03b
commit 72aa835e17
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 1045 additions and 1449 deletions

View file

@ -22,7 +22,7 @@ module.exports = function () {
*/
extensions: [ '.ts', '.js', '.json', '.scss' ],
modules: [ helpers.root('src'), helpers.root('node_modules') ],
modules: [ helpers.root('src'), 'node_modules' ],
alias: {
'video.js$': path.resolve('node_modules/video.js/core.js'),