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
I have been trying to use graphql-tools in both a React app and a Docusaurus app. I am able to resolve webpack polyfill errors with node--polyfill-webpack-plugin
I am unable to compare or load any schema files via various means
Currently I have the error: Cannot read properties of undefined (reading 'dirname')
I have resolve: {fallback: module: none}} set at the moment
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been trying to use graphql-tools in both a React app and a Docusaurus app. I am able to resolve webpack polyfill errors with node--polyfill-webpack-plugin
I am unable to compare or load any schema files via various means
Currently I have the error: Cannot read properties of undefined (reading 'dirname')
I have resolve: {fallback: module: none}} set at the moment
Any suggestions as to why I cannot run this code?
Beta Was this translation helpful? Give feedback.
All reactions