new plugin WatchTogetherAdblock: block ads in youtube activity (#2021)

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
Luna 2024-05-26 15:44:04 -04:00 committed by GitHub
parent 9ec671819d
commit 41c5bbd952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 305 additions and 3 deletions

View file

@ -204,9 +204,7 @@ export const fileUrlPlugin = {
const res = await esbuild.build({
entryPoints: [path],
write: false,
minify: true,
bundle: true,
format: "esm"
minify: true
});
content = res.outputFiles[0].text;
} else {