fix not removing vencord 'chunks' from webpack

This commit is contained in:
Vendicated 2023-10-26 22:51:03 +02:00
parent 8567ff6239
commit 589c070773
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -63,10 +63,10 @@ export function _initWebpack(instance: typeof window.webpackChunkdiscord_app) {
if (cache !== void 0) throw "no.";
instance.push([[Symbol("Vencord")], {}, r => wreq = r]);
instance.pop();
if (!wreq) return false;
cache = wreq.c;
instance.pop();
for (const id in cache) {
const { exports } = cache[id];