Joey Nguyen
Joey Nguyen
I'd also like to request this feature to be implemented. Currently, when I run the webpack/vite visualizer plugin for my production build, `amazon-chime-sdk-js` shows a file size of `1.49 MB`...
@ltrung yes, is this what you're looking for?  For our app, we only use the messaging functionality from Chime and not the voice or video so not having those...
> > @CxyJerry `const baseURL = 'https://unpkg.com/@ffmpeg/[email protected]/dist/esm';` > > Thank you very much for your answer but I tried changing ffmpeg wasm version from core-mt to core but still doesn't...
1a. `fd` in my env is just my alias for `find . -type d -name` 1b. I do have `rg` (ripgrep). 2. Setting `workspace_scan_cmd = "LUA"` fixed my issue. Thanks!