-
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
Potentially redundant dependencies in Next.js template #11882
Labels
Comments
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
May 4, 2023
Features from these packages should be available closed nrwl#11882
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
May 4, 2023
The features should be available by default closed nrwl#11882
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
May 5, 2023
The features should be available by default closed nrwl#11882
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
May 5, 2023
The features should be available by default closed nrwl#11882
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
May 5, 2023
The features should be available by default closed nrwl#11882
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
May 5, 2023
The features should be available by default closed nrwl#11882
ndcunningham
added a commit
to ndcunningham/nx
that referenced
this issue
May 5, 2023
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.
Description
When generating a simple Next.js project with
npx create-nx-workspace --preset=next
, I see at least three dependencies where I don't know why they come installed out of the box:core-js
andregenerator-runtime
seem to be compatibility layers which shouldn't be necessary in a modern project.jest tests also work without
react-test-renderer
.All three of these dependencies are never references in a freshly installed project.
Motivation
Get rid of redundant dependencies
The text was updated successfully, but these errors were encountered: