-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
keystone build command: Impossible to bundle all files using custom esbuild config #9384
Comments
@kamilbiela can you describe what happens for you? |
@dcousens hey, this: (it's from the "Github runner action output link") |
Digging deeper (howtographql/react-apollo#33 (comment)) I did set Note: this is building against boilerplate code without any modification |
@kamilbiela please verify that you only have 1 version of |
I'm giving errors from a repository initialized with I did set up GitHub Runner with this minimal repository, and it replicates my local issue of not being able to package all dependencies with the esbuild. All the links are in the original description. This is latest run: https://github.com/kamilbiela/keystone-graphql-issue/actions/runs/11660520546/job/32463003633 I don't understand why the label bug was removed. Thanks for the help :) |
Steps to reproduce:
Expected:
it builds the project
Context:
Minimal repository:
https://github.com/kamilbiela/keystone-graphql-issue
Custom esbuild file:
https://github.com/kamilbiela/keystone-graphql-issue/blob/main/esbuild.keystone.ts
Github runner action output:
https://github.com/kamilbiela/keystone-graphql-issue/actions/runs/11610130875/job/32328818149
Am I doing something wrong here? I really would like to bundle all the dependencies because my original setup uses a mono repo, and this would greatly simplify the whole build and deploy pipeline.
Thank you for the help :)
The text was updated successfully, but these errors were encountered: