Add Notification log (#745)

This commit is contained in:
V
2023-04-01 02:47:49 +02:00
committed by GitHub
parent 4dff1c5bd5
commit 6960a439c9
14 changed files with 333 additions and 19 deletions

View File

@ -36,7 +36,7 @@ const commonOptions = {
entryPoints: ["browser/Vencord.ts"],
globalName: "Vencord",
format: "iife",
external: ["plugins", "git-hash"],
external: ["plugins", "git-hash", "/assets/*"],
plugins: [
globPlugins,
...commonOpts.plugins,