diff --git a/packages/taro-transformer-wx/src/options.ts b/packages/taro-transformer-wx/src/options.ts index 28f068e8dcd4..79bd9d78d300 100644 --- a/packages/taro-transformer-wx/src/options.ts +++ b/packages/taro-transformer-wx/src/options.ts @@ -7,8 +7,8 @@ import { buildVistor } from './class-method-renamer' export interface Options { isRoot?: boolean, - isApp: boolean, - outputPath: string, + isApp?: boolean, + // outputPath: string, sourcePath: string, sourceDir?: string, code: string,