1
Fork 1
mirror of https://github.com/Kyuuhachi/VencordPlugins.git synced 2026-05-05 11:17:25 +02:00
gh-kyuuhachi-vencordplugins/WebpackTarball
Kyuuhachi 93434d2504 Update WebpackTarball flex stuff
I really don't understand why this is even a thing. Why not just use classes or style attribute?
2025-12-12 23:42:42 +01:00
..
index.tsx Update WebpackTarball flex stuff 2025-12-12 23:42:42 +01:00
README.md Add readmes 2024-01-21 19:21:48 +01:00
tar.ts Fix a buncha ts issues 2024-02-28 21:27:15 +01:00
webpack.ts This import isn't used and causes errors 2025-02-18 22:25:53 +01:00

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.