@nx/vite:build: {workspaceRoot}
is not honored in outputPath
#28661
Replies: 1 comment
-
Perhaps confusing in a manner, but The Therefore Using Nx Crystal + the I'm going to convert this to a discussion as a feature request, however, I don't think this will get changed. It would mean updating every executor we have to support this new style of defining output paths. |
Beta Was this translation helpful? Give feedback.
-
Current Behavior
When configuring a build target with the
@nx/vite:build
withoutputPath
set to{workspaceRoot}/dist
, the actual output occurs in{projectRoot}/dist
.Expected Behavior
I would expect that
outputPath
would respect{workspaceRoot}
.GitHub Repo
No response
Steps to Reproduce
Nx Report
Node : 20.18.0
OS : darwin-arm64
Native Target : aarch64-macos
npm : 10.9.0
nx : 20.0.1
@nx/js : 20.0.1
@nx/eslint : 20.0.1
@nx/workspace : 20.0.1
@nx/cypress : 20.0.1
@nx/devkit : 20.0.1
@nx/eslint-plugin : 20.0.1
@nx/storybook : 20.0.1
@nx/vite : 20.0.1
typescript : 5.6.3
Community plugins:
nx-stylelint : 18.0.0
Failure Logs
No response
Package Manager Version
10.9.0
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions