-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(module-federation): turn dts off by default #27198 #27403
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 1fbca1a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
packages/angular/src/generators/host/__snapshots__/host.spec.ts.snap
Outdated
Show resolved
Hide resolved
packages/angular/src/migrations/update-19-6-0/turn-off-dts-by-default.ts
Show resolved
Hide resolved
packages/angular/src/migrations/update-19-6-0/turn-off-dts-by-default.ts
Show resolved
Hide resolved
c0a7f5b
to
9d022e8
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Nx already provides Typing support for Module Federation projects. The
@module-federation/enhanced
package has typing support turned on by default but it can be problematic.Expected Behavior
Turn off
@module-federation/enhanced
own dts plugin providing typing support in favour of Nx's own typing supportRelated Issue(s)
Fixes #27198