Skip to content

Commit

Permalink
fix(alita): 更新组件为对应的警告信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ykforerlang committed Nov 7, 2019
1 parent c582a82 commit e0a4cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tran/handleImportExpre.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function getCompFinalPath(originalPath, name, filepath) {


if (global.execArgs.extCompPathMaps[originalLib] === undefined) {
console.log(`${relativeFilePath}: ${originalLib} 需要在配置文件extCompLibs字段指定!`.error)
console.log(`${relativeFilePath}: ${originalLib} 需要在配置文件dependencies字段指定!`.error)
return
}

Expand Down

0 comments on commit e0a4cfe

Please sign in to comment.