vc-kyuuhachi/WebpackTarball
2025-02-18 22:25:53 +01:00
..
index.tsx This import isn't used and causes errors 2025-02-18 22:25:53 +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.