Skip to content

weapp-vite / GenerateExtensionsOptions

类型别名: GenerateExtensionsOptions

GenerateExtensionsOptions: Partial<{ js: "js" | "ts" | string & object; json: "js" | "ts" | "json" | string & object; wxml: "wxml" | string & object; wxss: "wxss" | "scss" | "less" | string & object; }>

定义于: packages/weapp-vite/src/types/config.ts:37

Released under the MIT License.