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've forked and published this library at @jorritschippers/webpack-graphql-loader because in its current state, this library adds a lot of outdated dependencies to my project.
The changes are:
Removed all runtime dependencies.
Updates development dependencies.
Removed support for outputting DocumentNode AST. Only output as string is supported.
I can imagine that point 3 is going to reduce the audience somewhat, but for my usecase I only need the queries as strings and I use the loader for resolving import references and removing whitespace.
Replacing this package with mine removed 80+ dependencies from my project.
The text was updated successfully, but these errors were encountered:
Hi all,
I've forked and published this library at
@jorritschippers/webpack-graphql-loader
because in its current state, this library adds a lot of outdated dependencies to my project.The changes are:
I can imagine that point 3 is going to reduce the audience somewhat, but for my usecase I only need the queries as strings and I use the loader for resolving import references and removing whitespace.
Replacing this package with mine removed 80+ dependencies from my project.
The text was updated successfully, but these errors were encountered: