]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/webpack/webpack.video-embed.js
Translated using Weblate (French (France))
[github/Chocobozzz/PeerTube.git] / client / webpack / webpack.video-embed.js
index 84ab83669fe97d86b62bb98331d8a90074b161fa..252040bb7df7a888e7472120e9d930c3bc13639f 100644 (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')
       }
     },