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
error - ./queries/products.gql 1:6
Module parse failed: Unexpected token (1:6)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
> query {
| allProducts {
| id
The text was updated successfully, but these errors were encountered:
I am trying to add "graphql-tag" to the webpack loaders, but the webapck function in the nextjs config is not being called.
Here's my
next.config.js
:The missing loader error is still being thrown:
The text was updated successfully, but these errors were encountered: