mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-01 07:49:43 +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,
|
relativeDir,
|
||||||
)}.\n`,
|
)}.\n`,
|
||||||
);
|
);
|
||||||
process.exit(0);
|
!cliOptions.bundleAnalyzer && process.exit(0);
|
||||||
return outDir;
|
return outDir;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue