We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bottom of the graphiql.css file mentions a source mapping URL as follows:
graphiql.css
/*# sourceMappingURL=graphiql.css.map*/
But this file is not included in the module - this throws warnings with a standard vite build workflow.
This is in version 3.8.3.
3.8.3
This file to exist, and no missing map file warnings to be present.
Build a project with graphiql with aforementioned version w Vite.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
The bottom of the
graphiql.css
file mentions a source mapping URL as follows:But this file is not included in the module - this throws warnings with a standard vite build workflow.
This is in version
3.8.3
.Expected Behavior
This file to exist, and no missing map file warnings to be present.
Steps To Reproduce
Build a project with graphiql with aforementioned version w Vite.
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: