@nx/rspack 20.7.1 → 20.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nx/rspack",
3
3
  "description": "The Nx Plugin for Rspack contains executors and generators that support building applications using Rspack.",
4
- "version": "20.7.1",
4
+ "version": "20.7.2",
5
5
  "type": "commonjs",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,10 +24,10 @@
24
24
  "generators": "./generators.json",
25
25
  "executors": "./executors.json",
26
26
  "dependencies": {
27
- "@nx/js": "20.7.1",
28
- "@nx/devkit": "20.7.1",
29
- "@nx/web": "20.7.1",
30
- "@nx/module-federation": "20.7.1",
27
+ "@nx/js": "20.7.2",
28
+ "@nx/devkit": "20.7.2",
29
+ "@nx/web": "20.7.2",
30
+ "@nx/module-federation": "20.7.2",
31
31
  "@phenomnomnominal/tsquery": "~5.0.1",
32
32
  "@rspack/core": "^1.1.5",
33
33
  "@rspack/dev-server": "^1.0.9",
@@ -344,6 +344,8 @@ function applyNxDependentConfig(options, config, { useNormalizedEntry } = {}) {
344
344
  tsx: true,
345
345
  },
346
346
  transform: {
347
+ legacyDecorator: true,
348
+ decoratorMetadata: true,
347
349
  react: {
348
350
  runtime: 'automatic',
349
351
  pragma: 'React.createElement',