Skip to content

Commit

Permalink
fix(cli): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
toFrankie committed Apr 15, 2024
1 parent 03546bc commit 30aa52d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 30aa52d

Please sign in to comment.