jitsi-meet-electron-sdk icon indicating copy to clipboard operation
jitsi-meet-electron-sdk copied to clipboard

Turn the package into a module

Open saghul opened this issue 3 years ago • 0 comments

Replace require's with import and make it type: module in package.json. This will allow us to strop adding exceptions for it in webpack config and tree-shaking should just work.

We might also want to get rid of index.js and have the main and renderer helpers be completely separate import paths.

saghul avatar Nov 09 '21 08:11 saghul