feat: enable all native plugins by default#168
Merged
sapphi-red merged 3 commits intorolldown-vitefrom Aug 12, 2025
Merged
Conversation
e681d4c to
99c6af6
Compare
a9664e8 to
029172b
Compare
31 tasks
a02b5b0 to
2cc1693
Compare
37a51af to
0c8bb73
Compare
github-merge-queue bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Jun 29, 2025
0c8bb73 to
708ea81
Compare
github-merge-queue bot
pushed a commit
to rolldown/rolldown
that referenced
this pull request
Jul 1, 2025
b671c14 to
6531917
Compare
6531917 to
eb8c4af
Compare
Member
Author
Member
Author
|
It seems analog is passing without native plugins and failing with native plugins: https://github.com/vitejs/vite-ecosystem-ci/actions/runs/16283675501/job/45978177001 |
678e773 to
2038e3f
Compare
2038e3f to
319be91
Compare
b0d3d3f to
391dd33
Compare
shulaoda
reviewed
Aug 12, 2025
Member
Author
Member
Author
the result looks fine 👍 |
ce4194c to
f35a23f
Compare
sapphi-red
commented
Aug 12, 2025
sapphi-red
commented
Aug 12, 2025
b70e0f3 to
db78a58
Compare
sapphi-red
commented
Aug 12, 2025
db78a58 to
c35ec68
Compare
shulaoda
approved these changes
Aug 12, 2025
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR enables the current stable native plugins. The default value of
experimental.enableNativePluginis changed from'resolver'to'v1'.The first stable phase of native plugins currently includes built-in plugins such as
alias,define,dynamicImportVars, parts ofimportAnalysisBuild,importMetaGlob,json,manifest,modulePreloadPolyfill,resolve,transform,reporter, andwasm.It’s worth noting that most of these built-in plugins work only under the
buildcommand. Among them,jsonandresolvealso work under theservecommand.