Follow the Github (https://github.com/jitsi/jitsi-meet), I compiled the source code.
When run on dev server (localhost:8080), it got javascript error as below:
translation.js:26 Uncaught ReferenceError: $ is not defined
at new Translation (translation.js:26)
at Module../modules/translation/translation.js (translation.js:59)
at __webpack_require__ (bootstrap:19)
at Module../app.js (app.js:1)
at __webpack_require__ (bootstrap:19)
at Object.0 (app.bundle.min.js?v=3539:274618)
at __webpack_require__ (bootstrap:19)
at bootstrap:83
at bootstrap:83
Any idea?