-
-
Notifications
You must be signed in to change notification settings - Fork 147
Nextjs build to support invocation from another Bazel Workspace #2344
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
base: main
Are you sure you want to change the base?
Conversation
|
@f-luo could you try prefixing the chdir value with this in js_binary itself? That would then close #2275. |
I do think that would address it more broadly. My only concern is that doing it at the Unless we also detect the presence of Perhaps someone from |
I agree this should be changed in js_binary. I don't think there are any existing functional use cases that would be broken by stripping |
Okay, that sounds good. I can take a stab at it. But as an FYI I will be traveling for the next 2 weeks, so will come back to this afterwards... unless anyone else would like to drive it in the meantime :) |
Addresses issue: #2343
Changes are visible to end-users: yes
Test plan