mirror of
https://github.com/Kyuuhachi/VencordPlugins.git
synced 2026-05-05 11:17:25 +02:00
I really don't understand why this is even a thing. Why not just use classes or style attribute? |
||
|---|---|---|
| .. | ||
| index.tsx | ||
| README.md | ||
| tar.ts | ||
| webpack.ts | ||
WebpackTarball
Adds an option to the Vencord Toolbox that lets you grab Discord's webpack as a tarball, which is very convenient for inspecting the code.
The reason it's a tarball instead of for example a zip is just simplicity — the tar file writer is only like 60ish lines.