Skip to content

Commit aa35e29

Browse files
committed
refactor(types): sync components types
1 parent bfdf9e9 commit aa35e29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/taro/types/compile/config/mini.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export interface IMiniAppConfig {
1919
/** 指定 React 框架相关的代码是否使用开发环境(未压缩)代码,默认使用生产环境(压缩后)代码 */
2020
debugReact?: boolean
2121

22+
/** 是否跳过第三方依赖 usingComponent 的处理,默认为自动处理第三方依赖的自定义组件 */
23+
skipProcessUsingComponents?: boolean
24+
2225
/** 压缩小程序 xml 文件的相关配置 */
2326
minifyXML?: {
2427
/** 是否合并 xml 文件中的空格 (默认false) */

0 commit comments

Comments
 (0)