-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
warnings from node_modules code #999
Comments
This code is very strange. I'm looking at their repo here and trying to figure out how this happened: https://github.com/mui-org/material-ui-pickers. It looks like maybe this is happening because their build process is ignoring the Only some warnings inside That said, this request seems reasonable and I can try silencing this warning in this case. But I may bring this warning back in the future if someone hits a case where they're getting a broken bundle with esbuild due to an import in a |
This makes me want more granular logging controls, and perhaps lower logging level for code we don't control. |
You can get granular logging controls by using the API with |
I'm getting this ignored import warning when I have a node module that depends on @material-ui/core.
I've read that warnings from inside node_modules should be silenced automatically, but I still see this warning.
The text was updated successfully, but these errors were encountered: