@nx/rspack 20.6.3 → 20.6.4

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.6.3",
4
+ "version": "20.6.4",
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.6.3",
28
- "@nx/devkit": "20.6.3",
29
- "@nx/web": "20.6.3",
30
- "@nx/module-federation": "20.6.3",
27
+ "@nx/js": "20.6.4",
28
+ "@nx/devkit": "20.6.4",
29
+ "@nx/web": "20.6.4",
30
+ "@nx/module-federation": "20.6.4",
31
31
  "@phenomnomnominal/tsquery": "~5.0.1",
32
32
  "@rspack/core": "^1.1.5",
33
33
  "@rspack/dev-server": "^1.0.9",
@@ -101,6 +101,7 @@ async function createRspackTargets(configFilePath, projectRoot, options, context
101
101
  ...(existingValue ? JSON.parse(existingValue) : {}),
102
102
  module: 'CommonJS',
103
103
  moduleResolution: 'Node10',
104
+ customConditions: null,
104
105
  });
105
106
  }
106
107
  targets[options.buildTargetName] = {