Description
When importing
import { valibotClient } from "sveltekit-superforms/adapters"
the build fails with the error:
Could not resolve "effect" imported by "sveltekit-superforms". Is it installed?
My project only uses valibot, but the package imports other validator dependencies (like effect) that are not installed and not needed.
It would be great to be able to import only the required validator adapter directly, for example:
import { valibotClient } from "sveltekit-superforms/adapters/valibot"
Description
When importing
the build fails with the error:
Could not resolve "effect" imported by "sveltekit-superforms". Is it installed?My project only uses valibot, but the package imports other validator dependencies (like effect) that are not installed and not needed.
It would be great to be able to import only the required validator adapter directly, for example: