Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed May 8, 2023
1 parent 7576455 commit 0846a67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/project-config/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const result = await esbuild.build({
target: ['node18'],
packages: 'external',

logLevel: 'info',

// For visualizing the bundle.
// See https://esbuild.github.io/api/#metafile and https://esbuild.github.io/analyze/.
metafile: true,
Expand Down

0 comments on commit 0846a67

Please sign in to comment.