-
Notifications
You must be signed in to change notification settings - Fork 399
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
Compilation does not copy the graphql files #135
Comments
We don't have a dedicated compiler - just a basic TypeScript compilation is being used. In order to automatically copy your |
You could use a build script similar to the following one using copyfiles: |
Nice package |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm submitting a...
Current behavior
The compilation does not copy or compile the
.graphql
files inside thesrc/
folder todist/
folder. Developer have to manually write custom script or using gulp.What is the motivation / use case for changing the behavior?
We already have the config of
typePaths
inGraphQLModule
, it would be nice if the compilation can automatically copy or compile the.graphql
files also.The text was updated successfully, but these errors were encountered: