Skip to content

Commit

Permalink
feat: add global config option: subpackages support plugins config
Browse files Browse the repository at this point in the history
  • Loading branch information
maobao authored and Chen-jj committed Apr 16, 2022
1 parent be064b6 commit 31ffebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/taro/types/taro.config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ declare module './index' {
name?: string
/** 分包是否是独立分包 */
independent?: boolean
/** 分包支持引用独立的插件 */
plugins?: Plugins
}

interface Plugins {
Expand Down

0 comments on commit 31ffebf

Please sign in to comment.