diff --git a/packages/taro-service/src/utils/types.ts b/packages/taro-service/src/utils/types.ts index fd9d920d7d71..7e14a239a432 100644 --- a/packages/taro-service/src/utils/types.ts +++ b/packages/taro-service/src/utils/types.ts @@ -136,7 +136,6 @@ export declare interface IPluginContext { */ onCompilerMake: (fn: (args: { compilation: Webpack.Compilation, compiler: Webpack.Compiler, plugin: any }) => void) => void /** - * * 编译前,修改 App 配置 */ modifyAppConfig: (fn: (args: { appConfig: AppConfig }) => void) => void