Commit 5c6ea28
fix(twitchPlugin): Add GitHub CDN fallback for tmi.js
Enhance reliability of tmi.js loading within the `webonlymode` Twitch plugin.
- Adds `https://cdn.jsdelivr.net/gh/tmijs/tmi.js@1.8.5/dist/tmi.min.js` as an alternative source.
- This new source utilizes GitHub's CDN, which is more resilient to potential issues where npm mirror CDNs (e.g., `jsdelivr.net/npm`, `unpkg.com`) might drop or fail to serve the built browser bundle.
- Part of ongoing work to improve the robustness and testing of web-only features on the `beta` branch.
[auto-enhanced]1 parent 7d67771 commit 5c6ea28
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments