Skip to content

weapp-vite / GenerateOptions

Interface: GenerateOptions

Properties

extensions?

optional extensions: Partial<object>

Type declaration

js

js: string & object | "js" | "ts"

json

json: string & object | "json" | "js" | "ts"

wxml

wxml: string & object | "wxml"

wxss

wxss: string & object | "wxss" | "scss" | "less"

Defined in

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

Released under the MIT License.