-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Usage in development workflow #1135
Comments
I'm just putting it in watch mode while I'm developing through npm script. It sits in other terminal window :) Webpack plugin is currently thrown away, since people have some issues, but AFAIK there is some hopes & intent to put it back. |
apollo codegen decieded to wait on this feature of typescript instead trying to implement a webpack plugin apollographql/apollo-tooling#360. Looks very promising. |
We hope to bring back the Webpack plugin in the future, but that's not possible at the moment. Leaving open, because we need to document the usage in the website. |
Or you can use “concurrently” to run two different watchers at the same time. |
Documented in: 6cf5bfb |
Hello,
I was wondering if you guys have any suggestions on development workflow when using this tool? Some suggestions given here might be something that could be added to the docs.
For instance what are some of the example ways people could use this tool with their development:
All these questions above is more or less pointing to my over arching question: If you're actively working on a project using this tool how do you use it?
Last question is their a community page/chat for questions besides github issues?
The text was updated successfully, but these errors were encountered: