Skip to content

fix(cli): module federation export under CI, runtime TypeScript#99

Merged
davidfestal merged 1 commit intoredhat-developer:mainfrom
gashcrumb:RHDHBUGS-2908-take-two
Apr 9, 2026
Merged

fix(cli): module federation export under CI, runtime TypeScript#99
davidfestal merged 1 commit intoredhat-developer:mainfrom
gashcrumb:RHDHBUGS-2908-take-two

Conversation

@gashcrumb
Copy link
Copy Markdown
Member

During plugin export with --generate-module-federation-assets, temporarily set CI=false while buildFrontend runs when CI is true/1/yes, then restore it. Avoids Rspack strict CI behavior that breaks npx/CI=true flows (rspack#13635).

Add typescript as a production dependency so installs satisfy @module-federation/dts-plugin and similar peers (e.g. yarn dlx + PnP).

fixes RHDHBUGS-2908 but for reals this time

Assisted-By: Cursor Desktop

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED

During plugin export with --generate-module-federation-assets, temporarily
set CI=false while buildFrontend runs when CI is true/1/yes, then restore it.
Avoids Rspack strict CI behavior that breaks npx/CI=true flows (rspack#13635).

Add typescript as a production dependency so installs satisfy
@module-federation/dts-plugin and similar peers (e.g. yarn dlx + PnP).

Assisted-By: Cursor Desktop

rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
@gashcrumb gashcrumb requested a review from davidfestal April 9, 2026 11:07
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 9, 2026

@gashcrumb gashcrumb changed the title fix(cli): MF export under CI, runtime TypeScript fix(cli): module federation export under CI, runtime TypeScript Apr 9, 2026
@davidfestal davidfestal merged commit 534fa82 into redhat-developer:main Apr 9, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants