weapp-vite
Version:
weapp-vite 一个现代化的小程序打包工具
22 lines (19 loc) • 1.11 kB
text/typescript
import { L as LoadConfigOptions, C as CompilerContext } from './config-DgMm7Geo.cjs';
export { W as WeappViteConfig, a as defineAppJson, c as defineComponentJson, d as defineConfig, b as definePageJson, e as defineSitemapJson, f as defineThemeJson } from './config-DgMm7Geo.cjs';
export { RolldownBuild, RolldownOptions, RolldownOutput, RolldownPlugin, RolldownPluginOption, WatchOptions as RolldownWatchOptions, RolldownWatcher } from 'rolldown';
export { ConfigEnv, InlineConfig, Plugin, PluginOption, ResolvedConfig, UserConfig, UserConfigExport, UserConfigFnObject, ViteDevServer } from 'vite';
export { App, Component, Page, Sitemap, Theme } from '@weapp-core/schematics';
import '@weapp-vite/web';
import 'vite-plugin-performance';
import 'vite-tsconfig-paths';
import './types-3q1Qq6Fe.cjs';
import 'p-queue';
import 'package-manager-detector';
import 'pkg-types';
import 'node:buffer';
import 'lru-cache';
import './routes-C9hKJjXs.cjs';
declare function createCompilerContext(options?: Partial<LoadConfigOptions & {
key?: string;
}>): Promise<CompilerContext>;
export { createCompilerContext };