Skip to content

weapp-vite / CompilerContextOptions

Interface: CompilerContextOptions

Properties

cwd

cwd: string

Defined in

packages/weapp-vite/src/types.ts:204


inlineConfig?

optional inlineConfig: InlineConfig

Defined in

packages/weapp-vite/src/types.ts:205


isDev?

optional isDev: boolean

Defined in

packages/weapp-vite/src/types.ts:206


mode?

optional mode: string

Defined in

packages/weapp-vite/src/types.ts:208


packageJson?

optional packageJson: PackageJson

Defined in

packages/weapp-vite/src/types.ts:209


platform?

optional platform: "weapp"

Defined in

packages/weapp-vite/src/types.ts:210


projectConfig?

optional projectConfig: ProjectConfig

Defined in

packages/weapp-vite/src/types.ts:207

Released under the MIT License.