Skip to content

Commit

Permalink
feat(dx): improve build log feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Nov 30, 2024
1 parent fd5fe09 commit a432fc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/brisa/src/utils/client-build/pages-build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export default async function clientPageBuild(
options: Options,
): Promise<EntryPointData[]> {
const { LOG_PREFIX } = getConstants();

log(LOG_PREFIX.WAIT, 'analyzing and preparing client build...');

let clientBuildDetails = await getClientBuildDetails(pages, options);

const entrypointsData = clientBuildDetails.reduce((acc, curr, index) => {
Expand Down

0 comments on commit a432fc9

Please sign in to comment.