mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05:37 +02:00
new plugin WatchTogetherAdblock: block ads in youtube activity (#2021)
Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
parent
9ec671819d
commit
41c5bbd952
5 changed files with 305 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue