You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLDR; add "circular-dependency-plugin": "^5.2.2" to resolutions in packages.json, if a smaller version is used at the time you read this. The bug is fixed in this version.
I just switched to Webpack 5 (Angular 11) and I now get 1 warning per
.graphql
file:Nothing fancy with my setup I think, just this webpack extra config:
My
graphql
files don't import themselves or other files. Just simple graphql queries & mutations.The warnings are there, but the app works well nonetheless.
The text was updated successfully, but these errors were encountered: