Vite Config
@theholocron/vite-config provides Vite configuration presets for the common project types used in the theholocron ecosystem.
Install
Section titled “Install”pnpm add -D @theholocron/vite-config vitePresets
Section titled “Presets”library
Section titled “library”For npm packages that ship a dist/. Configures Vite in library mode.
import { library } from "@theholocron/vite-config";
export default library;