Skip to content

weapp-vite / GenerateExtensionsOptions

Type Alias: GenerateExtensionsOptions

GenerateExtensionsOptions: Partial<object>

Type declaration

js

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

json

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

wxml

wxml: "wxml" | string & object

wxss

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

Defined in

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

Released under the MIT License.