@kevinmarrec/cloudstack-vite-config
v1.0.0-rc.15
Published
Opinionated Vite config.
Maintainers
Readme
@kevinmarrec/cloudstack-vite-config
Description
Opinions
Uses Cloudstack Vite plugin by default
- Hoists plugin options to the
cloudstackconfig key
- Hoists plugin options to the
Supports all Vite config options
Usage
Requires Vite v6 or later.
Default
// vite.config.ts
export { default } from '@kevinmarrec/cloudstack-vite-config'Extended
// vite.config.ts
import { useConfig } from '@kevinmarrec/cloudstack-vite-config'
export default useConfig({ /* options */ })