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");