-
-
Notifications
You must be signed in to change notification settings - Fork 16
feat: enable all native plugins by default #168
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
Conversation
e681d4c
to
99c6af6
Compare
a9664e8
to
029172b
Compare
a02b5b0
to
2cc1693
Compare
37a51af
to
0c8bb73
Compare
0c8bb73
to
708ea81
Compare
b671c14
to
6531917
Compare
6531917
to
eb8c4af
Compare
Triggered ecosystem-ci here: https://github.com/vitejs/vite-ecosystem-ci/actions/runs/16283675501 |
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
Running ecosystem-ci: https://github.com/vitejs/vite-ecosystem-ci/actions/runs/16897005597 |
the result looks fine 👍 |
ce4194c
to
f35a23f
Compare
b70e0f3
to
db78a58
Compare
db78a58
to
c35ec68
Compare
Description
This PR enables the current stable native plugins. The default value of
experimental.enableNativePlugin
is changed from'resolver'
to'v1'
.