## Current Behavior Nx currently supports Vite at version 5. Nx does not generate vite configurations using Vite 6 which has been released. ## Expected Behavior Nx should use Vite 6 for vite projects. ## TODO - [x] Add Package Update Migrations for Existing Projects - [x] Add AST migrations to handle breaking change in resolve.extensions - [x] Add migration to install `jsx` or `jiti` to handle processing TS postcss config files
16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"name": "20.5.0-package-updates",
|
|
"version": "20.5.0-beta.3",
|
|
"packages": {
|
|
"vite": { "version": "^6.0.0", "alwaysAddToPackageJson": false },
|
|
"vite-plugin-dts": { "version": "~4.5.0", "alwaysAddToPackageJson": false }
|
|
},
|
|
"aliases": [],
|
|
"description": "",
|
|
"hidden": false,
|
|
"implementation": "",
|
|
"path": "/packages/vite",
|
|
"schema": null,
|
|
"type": "migration"
|
|
}
|