-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Isolate runtime-only dependencies into their own package #91
Comments
@adelsz is there a way we could help out with this piece of work? My team is looking at ways to reduce the size of dependencies for our lambdas, and typescript via pgtyped is one of the larger ones. |
+1 I just found out that for some of my apps, typescipt alone is bigger that the rest of production node_modules combined, resulting in a 200MB+ docker image. this is especially bad because I only have queries in sql files any plans on this? |
@adelsz from investigation here it seems that typescript is no longer a dependency of @pgtyped/query, so looks like this is resolved - so I think it can be closed? |
This has been fixed as part of our migration to ESM. |
It would be nice to move runtime query dependencies into a separate package.
Currently
@pgtyped/query
has both runtime and compile time logic in it.The text was updated successfully, but these errors were encountered: