We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7452f8e commit 232f1adCopy full SHA for 232f1ad
src/AssetsBundler/index.ts
@@ -32,6 +32,7 @@ export class AssetsBundler extends Emittery {
32
stdio: 'pipe' as const,
33
localDir: this.projectRoot,
34
cwd: this.projectRoot,
35
+ windowsHide: false,
36
env: {
37
FORCE_COLOR: 'true',
38
...this.env,
0 commit comments