Conversation
Contributor
|
✅ Staging deployment successful! Preview: https://viteplus-staging.void.app/ |
🚀 Deploying Preview to Cloudflare 🚀Preview URL: https://refactor-oxc-config-auto-discovery-viteplus-dev.voidzero-docs.workers.dev (commit 43102d9)This URL reflects your latest Preview deploymentPreview Deployments by commit
|
fengmk2
force-pushed
the
refactor/oxc-config-auto-discovery
branch
from
September 17, 2026 05:24
d579500 to
1af1d78
Compare
Contributor
CLI artifact sizes (
|
| Artifact | Format | Base | PR | Change |
|---|---|---|---|---|
packages/cli/dist |
Directory total | 2.15 MiB | 2.15 MiB | 0 B (0.00%) |
packages/core/dist |
Directory total | 3.95 MiB | 3.95 MiB | 0 B (0.00%) |
| Combined package dist | Directory total | 6.09 MiB | 6.09 MiB | 0 B (0.00%) |
vp (Linux x64) |
Binary | 11.18 MiB | 11.18 MiB | 0 B (0.00%) |
vp (Linux x64) |
gzip -9 | 4.84 MiB | 4.84 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | Binary | 32.01 MiB | 32.01 MiB | -4.00 KiB (-0.01%) |
| NAPI (Linux x64) | gzip -9 | 12.69 MiB | 12.69 MiB | -1.98 KiB (-0.02%) |
vp (macOS ARM64) |
Binary | 8.33 MiB | 8.33 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
gzip -9 | 4.22 MiB | 4.22 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | Binary | 39.64 MiB | 39.64 MiB | -16 B (-0.00%) |
| NAPI (macOS ARM64) | gzip -9 | 17.01 MiB | 17.01 MiB | -756 B (-0.00%) |
vp (Windows x64) |
Binary | 9.06 MiB | 9.06 MiB | 0 B (0.00%) |
vp (Windows x64) |
gzip -9 | 3.96 MiB | 3.96 MiB | 0 B (0.00%) |
| NAPI (Windows x64) | Binary | 26.98 MiB | 26.98 MiB | -2.50 KiB (-0.01%) |
| NAPI (Windows x64) | gzip -9 | 10.80 MiB | 10.80 MiB | -2.81 KiB (-0.03%) |
| Trampoline (Windows x64) | Binary | 13.50 KiB | 13.50 KiB | 0 B (0.00%) |
| Trampoline (Windows x64) | gzip -9 | 7.03 KiB | 7.03 KiB | +1 B (+0.01%) |
| Installer (Windows x64) | Binary | 4.53 MiB | 4.53 MiB | 0 B (0.00%) |
| Installer (Windows x64) | gzip -9 | 2.12 MiB | 2.12 MiB | 0 B (0.00%) |
Member
Author
|
Wait for oxlint|fmt to support @leaysgur If you have time, you can review this change in advance to see whether it meets your expectations. |
Contributor
|
NOTE:
|
fengmk2
commented
Sep 18, 2026
| Automatic discovery should apply the lint block in vite.config.js. | ||
|
|
||
| ``` | ||
| Found 0 warnings and 0 errors. |
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.
Oxlint and Oxfmt now discover
vite.config.ts. Remove the extra config load and automatic-cargument from the shared command resolver.vp lint,vp fmt, andvp checkuse native config discovery. Commands run from a package directory can use that package's config. Explicit-cand--configarguments still take precedence.Keep
--disable-nested-configby default to prevent nested configs from changing settings for individual files.Auto-discovery currently supports only
vite.config.ts. Support for.js,.mjs,.cjs,.mts, and.ctsneeds upstream changes before this PR can merge.