-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
Core: Fix process is not defined #18367
Core: Fix process is not defined #18367
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 4d72da1. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
Not sure if global should be moved to dependencies in the packages too? |
@joshwooding we are prebundling dev dependencies in |
Yeah, moving the dependencies to "dependencies" prevents prebundling from what I could tell. Memoizerific isn't suitable for prebundling since it has a browser implementation of it's code and qs was previously moved elsewhere but not sure if those changes are needed elsewhere... looking forward to the clarification :) |
This looks like it was addressed a different way in #18412 @Andarist if you see this can you please take a look at @joshwooding 's comment above? Many thanks! 🙏 |
Yep, some dependencies are just not suitable for prebundling -
I think I'm applying a similar fix there (moving a package from devDep to dep, but I've only moved |
42b4cbc
to
4d72da1
Compare
I've updated this PR to only tackle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - however, I don't think that I should be the one to merge this since I'm mostly an external contributor here 😉
Issue: #18366
What I did
Moved
memoizerific
to dependencies.memoizerific
haspackage.json#browser
How to test
If your answer is yes to any of these, please make sure to include it in your PR.