0.2.0 • Published 11 months ago

@arxhub/toolchain-vite v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

@arxhub/toolchain-vite

This package provides a Vite toolchain for ArxHub projects.

Usage

Install this package as a dev dependency:

pnpm add -D @arxhub/toolchain-vite

Then, configure Vite to use this toolchain by adding it to your vite.config.ts file:

import { defineConfig } from 'vite';
import { createGenericConfig } from '@arxhub/toolchain-vite';

export default defineConfig((env) => createGenericConfig(__dirname, env));