-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renaming/Moving NextJS library with @nx/workspace:move
doesn't work for the server import path
#20821
Closed
1 of 4 tasks
Labels
Comments
AgentEnder
added
scope: nextjs
Issues related to NextJS support for Nx
scope: misc
Misc issues
labels
Dec 21, 2023
Hey Nx Team! Pretty annoying thing. Can you give us ETA on the fix? |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Current Behavior
When renaming/moving NextJS library with
@nx/workspace:move
only@org/library-1
import path is changed.The
@org/library-1/server
stays the same.Expected Behavior
When renaming/moving NextJS library with
@nx/workspace:move
both import paths@org/library-1
and@org/library-1/server
should be changed.GitHub Repo
No response
Steps to Reproduce
nx g @nx/next:library library-1 --directory=libs/library-1
nx g move --projectName library-1 --newProjectName library-2 --destination libs/library-2
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: