Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Apr 22, 2024
1 parent fcb1224 commit 3633dcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/taro-service/src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3633dcc

Please sign in to comment.