Skip to content

Commit e6c7f98

Browse files
committed
chore: fix show the log needed from preview tests
1 parent 6769a81 commit e6c7f98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/webpack/webpack-compiler-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export class WebpackCompilerService extends EventEmitter implements IWebpackComp
2424

2525
childProcess.on("message", (message: any) => {
2626
if (message === "Webpack compilation complete.") {
27+
this.$logger.info("Webpack build done!");
2728
resolve(childProcess);
2829
}
2930

0 commit comments

Comments
 (0)