i forgot what i changed but im committing anyway

This commit is contained in:
Vendicated 2024-07-19 21:32:10 +02:00
parent 44cd30b23a
commit 7aeb884390
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
3 changed files with 2 additions and 10 deletions

View file

@ -50,7 +50,7 @@ const nodeCommonOpts = {
define: defines
} satisfies BuildOptions;
const sourceMapFooter = s => watch ? "" : `//# sourceMappingURL=vencord://${s}.js.map`;
const sourceMapFooter = (s: string) => watch ? "" : `//# sourceMappingURL=vencord://${s}.js.map`;
const sourcemap = watch ? "inline" : "external";
const globNativesPlugin: Plugin = {