Skip to content

Commit

Permalink
fix(mini-runner): 优化处理逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchangming authored and Chen-jj committed Apr 25, 2022
1 parent 3c44bd3 commit 904f163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class TaroNormalModulesPlugin {
.forEach(p => attrs.add(p.key.name))
}
}, {
...walk.base, Import: () => {}
...walk.base, Import: walk.base.Import || (() => {})
})
})
})
Expand Down

0 comments on commit 904f163

Please sign in to comment.