nx/docs/generated/packages/rspack/migrations/20.5.0-package-updates.json
Colum Ferry 309a2a9228
fix(rspack): pin rspack 1.2.2 (#29997)
## Current Behavior
Rspack v1.2.3 was released with some issues around resolving and
transforming modules throwing errors at build time.

## Expected Behavior
Pin Rpsack to 1.2.2 until a solution for the above problem can be
resolved.
2025-02-14 08:04:11 -05:00

15 lines
319 B
JSON

{
"name": "20.5.0-package-updates",
"version": "20.5.0-beta.3",
"packages": {
"@rspack/core": { "version": "^1.2.2", "alwaysAddToPackageJson": false }
},
"aliases": [],
"description": "",
"hidden": false,
"implementation": "",
"path": "/packages/rspack",
"schema": null,
"type": "migration"
}