Skip to content

vite

Overview

Exports a Vite configuration helper that sets up aliases and de-duplication so that VUEDA, its peer dependencies, and @arrai-innovations/reactive-helpers resolve to a single copy each, whether those packages are installed from the registry or wired in with pnpm link / file: for local development.

Methods

  • vuedaViteConfig - Returns a Vite config fragment for vueda, covering define, resolve.alias, resolve.dedupe, and (optionally) optimizeDeps and server.fs.allow.

Types

DependencyWiring

DependencyWiring = "installed" | "linked" | "absent"

Source

client/lib/vite.js:1

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2