mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(v2): do not force terminate building when bundle analyzer is on (#2462)
This commit is contained in:
parent
b0933364d4
commit
c2fd6520ae
|
|
@ -147,6 +147,6 @@ export async function build(
|
|||
relativeDir,
|
||||
)}.\n`,
|
||||
);
|
||||
process.exit(0);
|
||||
!cliOptions.bundleAnalyzer && process.exit(0);
|
||||
return outDir;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue