Skip to content

@saflib/vite


Interface: MakeConfigProps

Arguments for makeConfig

Properties

monorepoRoot

monorepoRoot: string

The absolute path of the root of the monorepo, to ensure vite has access to saflib packages.


plugins?

optional plugins: Plugin<any>[]

Additional plugins to include in the Vite config. Vue, Vuetify, VueDevTools, and a SPA proxy plugin are included by default.


vuetifyOverrides

vuetifyOverrides: string

A relative path (from process.cwd()) to the Vuetify style configFile override.