Skip to content

Commit 077d5e0

Browse files
[heft-webpack5-plugin] allow infrastructure logs to be printed (#5402)
* fix: allow infrastructure logs to be printed Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com> * Rush change * fix lint Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com> * Update common/changes/@rushstack/heft-webpack5-plugin/sennyeya-fix-webpack-logging_2025-10-06-19-24.json --------- Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com> Co-authored-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com> Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
1 parent 1223241 commit 077d5e0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "Allow infrastructure logs to be printed.",
5+
"type": "minor",
6+
"packageName": "@rushstack/heft-webpack5-plugin"
7+
}
8+
],
9+
"packageName": "@rushstack/heft-webpack5-plugin",
10+
"email": "aramissennyeydd@users.noreply.github.com"
11+
}

heft-plugins/heft-webpack5-plugin/src/Webpack5Plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ export default class Webpack5Plugin implements IHeftTaskPlugin<IWebpackPluginOpt
357357
taskSession.logger.emitError(error);
358358
}
359359
}
360-
return true;
361360
}
362361
);
363362

0 commit comments

Comments
 (0)