Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
handsomeliuyang committed Apr 17, 2024
2 parents 9243917 + 7b993ed commit c51e4bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/taro-cli/src/util/defineConfig.ts
Expand Up @@ -9,7 +9,7 @@ export interface ConfigEnv {
mode: string
}

export type UserConfigFn = (mergin: WebpackMerge, env: ConfigEnv) => IProjectConfig | Promise<IProjectConfig>
export type UserConfigFn = (merge: WebpackMerge, env: ConfigEnv) => IProjectConfig | Promise<IProjectConfig>
export type UserConfigExport = IProjectConfig | Promise<IProjectConfig> | UserConfigFn

/**
Expand Down
Expand Up @@ -20,4 +20,5 @@ export const env = {
*/

export * from './system'
export * from './update'
export * from './weapp/life-cycle'
Expand Up @@ -1496,12 +1496,6 @@
* @canNotUse getRealtimeLogManager
*/

/**
* 获取全局唯一的版本更新管理器
*
* @canNotUse getUpdateManager
*/

/**
* 设置是否打开调试开关
*
Expand Down

0 comments on commit c51e4bc

Please sign in to comment.