mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
Fix jumping to patched module source for new React Dev Tools (#3418)
This commit is contained in:
parent
c2e5dcc384
commit
8023b1be95
4 changed files with 10 additions and 10 deletions
|
@ -82,7 +82,7 @@ const buildConfigs = [
|
|||
{
|
||||
...commonOptions,
|
||||
outfile: "dist/browser.js",
|
||||
footer: { js: "//# sourceURL=VencordWeb" }
|
||||
footer: { js: "//# sourceURL=file:///VencordWeb" }
|
||||
},
|
||||
{
|
||||
...commonOptions,
|
||||
|
@ -91,7 +91,7 @@ const buildConfigs = [
|
|||
...commonOptions.define,
|
||||
IS_EXTENSION: "true"
|
||||
},
|
||||
footer: { js: "//# sourceURL=VencordWeb" }
|
||||
footer: { js: "//# sourceURL=file:///VencordWeb" }
|
||||
},
|
||||
{
|
||||
...commonOptions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue