Skip to content

Commit

Permalink
chore: mpa esbuild extract log level (#12532)
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m authored Jul 4, 2024
1 parent c0da93f commit e4d86e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/preset-umi/src/features/mpa/extractExports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export async function extractExports(opts: {
},
bundle: true,
write: false,
logLevel: 'error',
entryPoints: [`${opts.entry}?entry`],
plugins: [
{
Expand Down

0 comments on commit e4d86e8

Please sign in to comment.