mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 03:25:17 +08:00
Adding the Zoom SDK, and its react-related peerdeps, had a noticable impact on Discourse core's build time. It created the largest JS chunk, which took more than 10s to brotli-compress on our build machine. Instead, we can load the built versions of the dependencies from Zoom's CDN. Normally we try to avoid this because of the extra runtime dependency. However, given that showing a Zoom meeting is already dependent on Zoom's servers, that isn't a concern in this case. Upstream docs for CDN-based SDK loading can be found [here](https://developers.zoom.us/docs/meeting-sdk/web/get-started/). |
||
|---|---|---|
| .. | ||
| asset-processor | ||
| deprecation-silencer | ||
| discourse | ||
| discourse-i18n | ||
| discourse-markdown-it | ||
| discourse-types | ||
| pretty-text | ||
| .npmrc | ||
| polyfills.js | ||