Hello.
I was trying to use the video background blur and looking on the code I noticed that it uses the webpack.
Well, I’m using the Debian packages and I couldn’t find the webpack.config.js on them, but they are listed on the contents of the packages according the apt.
Is it expected?
How could we report it?
Thanks.
Marcelo
Here:
apt-file find webpack.config.js -v
jitsi-meet: /usr/share/jitsi-meet/webpack.config.js
jitsi-meet-web: /usr/share/jitsi-meet/webpack.config.js
D: Passing /var/lib/apt/lists/download.jitsi.org_stable_Contents-amd64.lz4
cat download.jitsi.org_stable_Contents-amd64 | grep -i webpac
usr/share/jitsi-meet/webpack.config.babel.js jitsi-meet
usr/share/jitsi-meet/webpack.config.js jitsi-meet-web,jitsi-meet
But:
ls -lah /usr/share/jitsi-meet/webpack.config.babel.js
ls: cannot access ‘/usr/share/jitsi-meet/webpack.config.babel.js’: No such file or directory
ls -lah /usr/share/jitsi-meet/webpack.config.js
ls: cannot access ‘/usr/share/jitsi-meet/webpack.config.js’: No such file or directory
Is it the deb file incomplete?
Thanks.
I’m not sure how that got listed there … Will try to remove it at some point … But that file is only for development and is needed only in the source code, and doesn’t make sense in the binary anyway …
Thank you Damian.
I thought that it was necessary for using the video background blur, since we can’t make it work.
Regards.