mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 10:57:04 -04:00
fix webpack patching
This commit is contained in:
parent
97c0face2f
commit
4e27722b54
2 changed files with 25 additions and 13 deletions
|
@ -24,7 +24,7 @@ export default definePlugin({
|
|||
description: "Disable Discord's tracking ('science'), metrics and Sentry crash reporting",
|
||||
authors: [Devs.Cyn, Devs.Ven, Devs.Nuckyz, Devs.Arrow],
|
||||
required: true,
|
||||
patches: [
|
||||
patches: true ? [] : [
|
||||
{
|
||||
find: "TRACKING_URL:",
|
||||
replacement: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue