Skip to content

Commit

Permalink
fix(regression): entry gets ignored if it is an object, closes #583
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Mar 11, 2022
1 parent 4cc7ea7 commit b480486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -100,6 +100,7 @@ const normalizeOptions = async (
throw new PrettyError(`Cannot find ${alias}: ${filename}`)
}
})
options.entry = entry
logger.info('CLI', `Building entry: ${JSON.stringify(entry)}`)
}

Expand Down

1 comment on commit b480486

@vercel
Copy link

@vercel vercel bot commented on b480486 Mar 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.