7ec76486ec98a95e3d10079f7644214aaf0a1376
Three non-fatal warnings surfaced by the Jenkins build log, fixed in the config layer: - module-federation.config.ts: dts: false. The @module-federation/ dts-plugin fails under our strict tsconfig and logs TYPE-001 every build. Remote types are not needed at runtime; consumers generate their own via their dev toolchain. - src/styles/_layout.scss: color-adjust → print-color-adjust. The unprefixed color-adjust shorthand is deprecated; the standard name is print-color-adjust. Matches the -webkit- prefixed sibling. - modern.config.ts: tools.devServer.headers explicitly set. MF warns when devServer.headers is empty and auto-assigns '*'. Providing an explicit allowlist silences the banner in dev builds; production behavior is unaffected (real reverse proxy manages CORS).
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%