Twitter widget imported even if not used in code
pending triage
**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 条评论