]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/webpack/webpack.video-embed.js
Add videoUUID to playback metrics
[github/Chocobozzz/PeerTube.git] / client / webpack / webpack.video-embed.js
index 547e8aa63440f488452879eb1c7d15bbece3defb..3f280519200d424f93d82fed34bc2acd03d03d6d 100644 (file)
@@ -24,6 +24,8 @@ module.exports = function () {
 
       modules: [ helpers.root('src'), 'node_modules' ],
 
+      symlinks: true,
+
       alias: {
         'video.js$': path.resolve('node_modules/video.js/core.js'),
         'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'),