Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35429
e0b25cfe fix(vite): narrow compiler option type and route external deps through resolved compiler - Narrow `compiler` to `'tsc' | 'tsgo' | 'vue-tsc'` (matches @nx/js and gives users an explicit escape hatch when `hasVuePlugin` inference misses their setup). - Explicit `compiler` option now takes precedence over Vue inference. - Map `tsgo` to `@typescript/native-preview` and `vue-tsc` to `['vue-tsc', 'typescript']` in `externalDependencies` so the cache invalidates against the actual compiler package. - Drop redundant `options.compiler ??= 'tsc'` from `normalizeOptions`.
by Jason Jean
J
Canceled
35429
d9d4fa2f chore(vite): format plugin.ts
by Jason Jean
J
Failed
35429
Fix ready
→
1e8df3fb feat(vite): add compiler option to vite plugin for tsgo support Mirrors the existing compiler option in @nx/js plugin (added in #33821). Allows users to specify an alternative TypeScript compiler (e.g. tsgo from @typescript/native-preview) for the inferred typecheck target. Usage in nx.json: { "plugin": "@nx/vite/plugin", "options": { "compiler": "tsgo" } } Fixes: the @nx/vite plugin hardcodes 'tsc' while @nx/js already supports a configurable compiler. This brings parity between the two plugins.
by Lucas Estevão
L
Previous page
Previous
Next
Next page