Skip to content

Commit

Permalink
Update update-taro-entry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud authored Dec 30, 2024
1 parent 3f3e3f8 commit d0e335d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rn/update-taro-entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const createConfig = async () => {
}

item.packages.map((it) => {
if (!(it.exportEmpty == false) && it.show && it.taro && it.v15) {
if (!(it.exportEmpty == false) && it.show && it.taro) {
if (!param || specialComponent(it.name)) {
co.pages.push(`pages/${it.name.toLowerCase()}/index`)
}
Expand Down

0 comments on commit d0e335d

Please sign in to comment.