feat(bundling)!: change default useLegacyTypescriptPlugin to false for v22 - #32754
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
View your CI Pipeline Execution ↗ for commit 7737f5f
☁️ Nx Cloud last updated this comment at |
Coly010
force-pushed
the
nxc-3094-use-legacy-typescript-plugin
branch
from
September 17, 2025 09:30
0814b34 to
787c33e
Compare
Coly010
force-pushed
the
nxc-3094-use-legacy-typescript-plugin
branch
from
September 17, 2025 12:08
1e7d411 to
e165c17
Compare
leosvelperez
approved these changes
Sep 17, 2025
Coly010
force-pushed
the
nxc-3094-use-legacy-typescript-plugin
branch
from
September 17, 2025 14:16
e165c17 to
5f5eaf2
Compare
…ter default change to @rollup/plugin-typescript
Coly010
force-pushed
the
nxc-3094-use-legacy-typescript-plugin
branch
from
September 17, 2025 14:49
5f5eaf2 to
7737f5f
Compare
Contributor
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The default TypeScript plugin for Rollup has changed from rollup-plugin-typescript2 to @rollup/plugin-typescript. To continue using the legacy plugin, explicitly set useLegacyTypescriptPlugin: true in your configuration.
Resolves NXC-3094