UNPKG

arc-vite

Version:

Declaratively bundle and execute code specific to your users ARC and Vite.

4 lines (3 loc) 205 B
import type { Plugin } from "vite"; import { type InternalPluginOptions } from "../utils/options"; export declare function pluginBuildWeb({ runtimeId, flagSets, store, }: InternalPluginOptions): Plugin[];