mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 08:33:01 -04:00
Improve treeshaking
This commit is contained in:
parent
af0d34b155
commit
b0c41d556a
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ export const REACT_GLOBAL = "Vencord.Webpack.Common.React";
|
|||
export const VENCORD_USER_AGENT = `Vencord/${gitHash}${gitRemote ? ` (https://github.com/${gitRemote})` : ""}`;
|
||||
|
||||
// Add yourself here if you made a plugin
|
||||
export const Devs = Object.freeze({
|
||||
export const Devs = /* #__PURE__*/ Object.freeze({
|
||||
Ven: {
|
||||
name: "Vendicated",
|
||||
id: 343383572805058560n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue