diff --git a/common/changes/@rushstack/heft-webpack5-plugin/sennyeya-fix-webpack-logging_2025-10-06-19-24.json b/common/changes/@rushstack/heft-webpack5-plugin/sennyeya-fix-webpack-logging_2025-10-06-19-24.json new file mode 100644 index 00000000000..1a9b17aa941 --- /dev/null +++ b/common/changes/@rushstack/heft-webpack5-plugin/sennyeya-fix-webpack-logging_2025-10-06-19-24.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "Allow infrastructure logs to be printed.", + "type": "minor", + "packageName": "@rushstack/heft-webpack5-plugin" + } + ], + "packageName": "@rushstack/heft-webpack5-plugin", + "email": "aramissennyeydd@users.noreply.github.com" +} \ No newline at end of file diff --git a/heft-plugins/heft-webpack5-plugin/src/Webpack5Plugin.ts b/heft-plugins/heft-webpack5-plugin/src/Webpack5Plugin.ts index 5324c10e993..bf90b467eba 100644 --- a/heft-plugins/heft-webpack5-plugin/src/Webpack5Plugin.ts +++ b/heft-plugins/heft-webpack5-plugin/src/Webpack5Plugin.ts @@ -342,7 +342,6 @@ export default class Webpack5Plugin implements IHeftTaskPlugin