@nx/angular-rspack 20.6.0-beta.1 → 20.6.1

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.
@@ -146,7 +146,7 @@ async function _createConfig(options, rspackConfigOverrides) {
146
146
  },
147
147
  output: {
148
148
  ...defaultConfig.output,
149
- publicPath: 'auto',
149
+ publicPath: '/',
150
150
  clean: true,
151
151
  path: normalizedOptions.outputPath.server,
152
152
  filename: '[name].js',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular-rspack",
3
- "version": "20.6.0-beta.1",
3
+ "version": "20.6.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -57,7 +57,7 @@
57
57
  "tslib": "^2.3.0",
58
58
  "webpack-merge": "^6.0.1",
59
59
  "ws": "^8.18.0",
60
- "@nx/angular-rspack-compiler": "20.6.0-beta.1"
60
+ "@nx/angular-rspack-compiler": "20.6.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@ng-rspack/testing-setup": "0.0.1"