From 3633dccc39e86768a6abcd2266cc0777f6317bfb Mon Sep 17 00:00:00 2001 From: luckyadam Date: Mon, 22 Apr 2024 14:14:49 +0800 Subject: [PATCH] chore: fix lint --- packages/taro-service/src/utils/types.ts | 1 - 1 file changed, 1 deletion(-) 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