mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 14:38:50 +02:00
fix(v2): do not force terminate building when bundle analyzer is on (#2462)
This commit is contained in:
parent
b0933364d4
commit
c2fd6520ae
1 changed files with 1 additions and 1 deletions
|
@ -147,6 +147,6 @@ export async function build(
|
|||
relativeDir,
|
||||
)}.\n`,
|
||||
);
|
||||
process.exit(0);
|
||||
!cliOptions.bundleAnalyzer && process.exit(0);
|
||||
return outDir;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue