aboutsummaryrefslogtreecommitdiff
path: root/webpack.renderer.js
AgeCommit message (Collapse)Author
2022-03-25chore(deps): remove process polyfill (#738)Christoph Settgast
The @atlaskit/navigation also works fine without reference to whether its running on mac or not (for the way its used in this project).
2022-03-24chore(deps): migrate webpack 4 to 5 (#732)Kanishka Bansode
update babel to latest minor while at it
2021-11-11chore(deps) update @jitsi/js-utils (#663)Saúl Ibarra Corretgé
2021-11-11refactor: follow rename of jitsi-meet-electron-utils to @jitsi/electron-sdk ↵csett86
(#662)
2021-02-23Update dependenciesSaúl Ibarra Corretgé
2020-06-11Silence webpack asset size warningsSaúl Ibarra Corretgé
2020-06-11Bundle external APISaúl Ibarra Corretgé
We use very little functionality of it anyway.
2020-06-04Replace unmaintained SVG pluginSaúl Ibarra Corretgé
2020-04-07fix security issue / update depsAndrei Gavrilescu
2018-10-04Update dependenciesSaúl Ibarra Corretgé
2018-08-17Add ability to watch / autoreload in development modeSaúl Ibarra Corretgé
Fixes: https://github.com/jitsi/jitsi-meet-electron/issues/103 Co-authored-by: Akshit Kr Nagpal <akshitkrnagpal@gmail.com>