ITADN

Twitter widget imported even if not used in code

#2592Opentiziodcaio 创建于 2026-05-09
pending triage
T
tiziodcaiocommented
**Describe the bug** In the index.html of my build slides there is **always** the twitter embeded JS script. **Minimal reproduction** Steps to reproduce the behavior: 1. `bun create slidev` 2. `bun run build` ```sh $ grep twitter dist/index.html <script async src="https://platform.twitter.com/widgets.js"></script> ``` **Environment** - Slidev version: v52.15.1 (latest rn) with bun (v1.3.13) - Browser: N/A - OS: Arch linux
0 条评论