You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✘ [ERROR] Could not resolve "./userplugins/Vencord-splitLargeFile-main"
import-plugins:~plugins:197:17:
197 │ import p196 from "./userplugins/Vencord-splitLargeFile-main"✘ ;
╵ [~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ERROR
] Could not resolve "./userplugins/Vencord-splitLargeFile-main"
import-plugins:~plugins:199:17:
199 │ import p198 from "./userplugins/Vencord-splitLargeFile-main";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When put into EquicordPlus\src\plugins
✘ [ERROR] Could not resolve "@utils/webpack"
src/userplugins/FileSplitter.tsx:1:38:
1 │ import { definePlugin, webpack } from "@utils/webpack";
╵ ~~~~~~~~~~~~~~~~
You can mark the path "@utils/webpack" as external to exclude it from the bundle, which will
remove this error and leave the unresolved path in the bundle.
✘ [ERROR] Could not resolve "@utils/webpack"
src/userplugins/FileSplitter.tsx:1:38:
1 │ import { definePlugin, webpack } from "@utils/webpack";
╵ ~~~~~~~~~~~~~~~~
You can mark the path "@utils/webpack" as external to exclude it from the bundle, which will
remove this error and leave the unresolved path in the bundle.
2 errors
Build failed with 2 errors:
import-plugins:~plugins:199:17: ERROR: Could not resolve "./userplugins/Vencord-splitLargeFile-main"
src/userplugins/FileSplitter.tsx:1:38: ERROR: Could not resolve "@utils/webpack"
ELIFECYCLE Command failed with exit code 1.
When dropped into plugins without its own folder
✘ [✘ ERROR[]ERROR ]Could not resolve "@utils/webpack" Could not resolve "@utils/webpack"
src/plugins/FileSplitter.tsx:1:38:
src/plugins/FileSplitter.tsx:1:38:
1 │ import { definePlugin, webpack } from 1 │ import { definePlugin, webpack } from "@utils/webpack""@utils/webpack";
╵ ;
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@utils/webpack" as external to exclude it from the bundle, which will
remove this error and leave the unresolved path in the bundle.
You can mark the path "@utils/webpack" as external to exclude it from the bundle, which will
remove this error and leave the unresolved path in the bundle.
2 errors
Build failed with 2 errors:
import-plugins:~plugins:175:17: ERROR: Could not resolve "./plugins/Vencord-splitLargeFile-main"
src/plugins/FileSplitter.tsx:1:38: ERROR: Could not resolve "@utils/webpack"
ELIFECYCLE Command failed with exit code 1.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In the userplugin folder this error is expressed:
When put into EquicordPlus\src\plugins
When dropped into plugins without its own folder
The text was updated successfully, but these errors were encountered: