Skip to content

sqlocal / vite / default

Function: default()

ts
function default(config?): Plugin<UserConfig>;

Defined in: src/vite/index.ts:23

A Vite plugin that tweaks some Vite settings for building apps that use SQLocal.

Parameters

ParameterType
configVitePluginConfig

Returns

Plugin<UserConfig>

See

https://sqlocal.dev/guide/setup#vite-configuration

Released under the MIT License