mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
i forgot what i changed but im committing anyway
This commit is contained in:
parent
44cd30b23a
commit
7aeb884390
3 changed files with 2 additions and 10 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue