UNPKG

@strapi/pack-up

Version:

Simple tools for creating interoperable CJS & ESM packages.

8 lines (7 loc) 264 B
import type { ViteBaseTask } from './types'; import type { BuildContext } from '../../createBuildContext'; /** * @internal */ declare const resolveViteConfig: (ctx: BuildContext, task: ViteBaseTask) => Promise<Record<string, any>>; export { resolveViteConfig };