Skip to content
New issue

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

GraphiQL CSS and JS #20

Open
nckenn opened this issue Sep 17, 2018 · 1 comment
Open

GraphiQL CSS and JS #20

nckenn opened this issue Sep 17, 2018 · 1 comment

Comments

@nckenn
Copy link

nckenn commented Sep 17, 2018

Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? yes
Version/Branch x.y.z

is it possible to make all css and js files include locally instead of :

<script src="https://unpkg.com/whatwg-fetch@2.0/fetch.js"></script> <script src="https://unpkg.com/react@15.6/dist/react.min.js"></script> <script src="https://unpkg.com/react-dom@15.6/dist/react-dom.min.js"></script> <script src="https://unpkg.com/graphiql@0.11/graphiql.min.js"></script>
@renatomefi
Copy link
Member

For now you can't make it automatically, what you can is to replace the template file in your project and then use the resources locally!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants