You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow comments (JSONC) in vite-task.json (#139)
# Add support for JSONC comments in vite-task.json
Use jsonc-parser to parse vite-task.json, enabling `//` line comments,
`/* */` block comments, and trailing commas. Add comments to several
test fixture files to exercise this.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments