-
Notifications
You must be signed in to change notification settings - Fork 44
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
[Improvement request] Critical dependency: the request of a dependency is an expression #303
Comments
Are they preventing you to build the client? If no, you can ignore it. |
@ardatan No, not at all. It's more of a nausiance. It clogs up terminal so makes debugging a little difficult. |
It depends on your bundler. You can check the bundler's documentation for that. |
I think this should be resolved on this end, and think this issue should stay open. Out of thousands of packages, the graph client is the only one which does this. Ignoring via webpack is an option but is a workaround rather than a real solution. |
Ok I'm reopening it but this is not a bug definitely. This has 0 effect on runtime or it doesn't block you from building the project. |
I have the same issue, does anyone know how to configure Webpack so that this warning goes away? |
Same issue here, and also interested in webpack configuration :) |
We use the generated SDK within multiple Next.js applications, and are seeing a lot of these messages.
How can these be avoided?
The text was updated successfully, but these errors were encountered: