@nx/rspack 21.0.0-beta.6 → 21.0.0-beta.8

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": "21.0.0-beta.6",
4
+ "version": "21.0.0-beta.8",
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": "21.0.0-beta.6",
28
- "@nx/devkit": "21.0.0-beta.6",
29
- "@nx/web": "21.0.0-beta.6",
30
- "@nx/module-federation": "21.0.0-beta.6",
27
+ "@nx/js": "21.0.0-beta.8",
28
+ "@nx/devkit": "21.0.0-beta.8",
29
+ "@nx/web": "21.0.0-beta.8",
30
+ "@nx/module-federation": "21.0.0-beta.8",
31
31
  "@phenomnomnominal/tsquery": "~5.0.1",
32
32
  "@rspack/core": "^1.1.5",
33
33
  "@rspack/dev-server": "^1.0.9",
@@ -3,6 +3,7 @@
3
3
  "version": 2,
4
4
  "title": "Rspack dev-server executor",
5
5
  "description": "Run @rspack/dev-server to serve a project.",
6
+ "continuous": true,
6
7
  "type": "object",
7
8
  "properties": {
8
9
  "buildTarget": {
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
+ "continuous": true,
3
4
  "outputCapture": "direct-nodejs",
4
5
  "title": "Rspack Module Federation Dev Server",
5
6
  "description": "Serve a module federation application.",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
+ "continuous": true,
3
4
  "outputCapture": "direct-nodejs",
4
5
  "title": "Module Federation SSR Dev Server",
5
6
  "description": "Serve a SSR Consumer (host) application along with its known Producers (remotes).",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
+ "continuous": true,
3
4
  "outputCapture": "direct-nodejs",
4
5
  "title": "Module Federation Static Dev Server",
5
6
  "description": "Serve a Consumer (host) application statically along with it's Producers (remotes).",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "continuous": true,
2
3
  "outputCapture": "direct-nodejs",
3
4
  "title": "Rspack SSR Dev Server",
4
5
  "description": "Serve a SSR application using rspack.",
@@ -132,7 +132,6 @@ function applyNxIndependentConfig(options, config) {
132
132
  },
133
133
  }),
134
134
  ],
135
- runtimeChunk: false,
136
135
  concatenateModules: true,
137
136
  };
138
137
  config.stats = {