diff --git a/src/index.ts b/src/index.ts index 88b6e999..81cd7d05 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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)}`) }