From 6ef8c97b8611fcbf3094c4dd0d8c07e1b5e9f44e Mon Sep 17 00:00:00 2001 From: Beef Date: Sat, 25 Feb 2023 01:29:36 +0000 Subject: [PATCH] [Build] Legal comments! Explode! --- build.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mjs b/build.mjs index fbeb166..7ac954d 100644 --- a/build.mjs +++ b/build.mjs @@ -29,7 +29,7 @@ try { "__vendettaVersion": commit, }) ], - legalComments: "external", + legalComments: "none", }); await fs.appendFile("./dist/vendetta.js", "//# sourceURL=Vendetta");