diff options
author | Vendicated <vendicated@riseup.net> | 2022-10-15 20:56:48 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-10-15 20:56:48 +0200 |
commit | 845088ec024d56af4d7fdd4cd861c2aa89dbceb6 (patch) | |
tree | 845e6469dea05bbe5250e9d21fcee69c9596b7d4 /buildWeb.mjs | |
parent | 9c7b548a9e8dbcf39360d3eb5eef9e5dad29e40b (diff) | |
download | Vencord-845088ec024d56af4d7fdd4cd861c2aa89dbceb6.tar.gz Vencord-845088ec024d56af4d7fdd4cd861c2aa89dbceb6.tar.bz2 Vencord-845088ec024d56af4d7fdd4cd861c2aa89dbceb6.zip |
buildWeb: suppress experimental api warnings
Diffstat (limited to 'buildWeb.mjs')
-rw-r--r-- | buildWeb.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildWeb.mjs b/buildWeb.mjs index afb8b33..0bd6618 100644 --- a/buildWeb.mjs +++ b/buildWeb.mjs @@ -1,4 +1,4 @@ -// TODO: Modularise these plugins since both build scripts use them +// TODO: Modularise the plugins since both build scripts use them import { execSync } from "child_process"; import { createWriteStream, readdirSync, readFileSync } from "fs"; |