-
Notifications
You must be signed in to change notification settings - Fork 3
Description
X [ERROR] Could not resolve "@components/PluginSettings"
src/plugins/vc-newPluginsManager/NewPluginsModal.tsx:11:27:
X 11 │ import { PluginCard } from ["@components/PluginSettings";
╵ ERROR~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@components/PluginSettings" as external to exclude it from the bundle,
which will remove this error and leave the unresolved path in the bundle.
] Could not resolve "@components/PluginSettings"
src/plugins/vc-newPluginsManager/NewPluginsModal.tsx:11:27:
11 │ import { PluginCard } from "@components/PluginSettings";
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "@components/PluginSettings" as external to exclude it from the bundle,
which will remove this error and leave the unresolved path in the bundle.
1 error
1 error
Build failed with 1 error:
src/plugins/vc-newPluginsManager/NewPluginsModal.tsx:11:27: ERROR: Could not resolve "@components/PluginSettings"
ELIFECYCLE Command failed with exit code 1