-
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
feat(angular): switch default to typescript configuration for module federation #18998
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 9072762. 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 6 targets
Sent with 💌 from NxCloud. |
9a493ee
to
10e5371
Compare
10e5371
to
33ce81d
Compare
33ce81d
to
35cb8df
Compare
38f4172
to
a3090ec
Compare
a3090ec
to
b53ffbb
Compare
b53ffbb
to
d7d5931
Compare
d7d5931
to
d6f6604
Compare
d6f6604
to
4ec5ebe
Compare
4ec5ebe
to
f77709a
Compare
packages/angular/src/builders/module-federation-dev-server/module-federation-dev-server.impl.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename typescriptConfiguration
. It feels misleading.
f77709a
to
1e5fe65
Compare
1e5fe65
to
fd25d38
Compare
fd25d38
to
a51ba3f
Compare
a51ba3f
to
efe5c43
Compare
efe5c43
to
9cfe3c2
Compare
9cfe3c2
to
202362d
Compare
packages/angular/src/generators/host/files/ts/src/main.server.ts__tmpl__
Outdated
Show resolved
Hide resolved
packages/angular/src/generators/remote/files/base-ts/src/main.server.ts__tmpl__
Outdated
Show resolved
Hide resolved
202362d
to
9072762
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
We currently generate JS config files for webpack and module federation with the host, remote and setup-mf generators
Expected Behavior
We should generate TS config files
Related Issue(s)
Fixes #