-
Notifications
You must be signed in to change notification settings - Fork 3.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
Remove bundled typescript from packages/server #6051
Labels
Comments
@sainthkh is this still relevant? |
Unfortunately, it is.
|
@tgriesser closed this in #20905 |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Current behavior:
TypeScript is bundled in
packages/server
because ofdependency-tree
. It takes about 35MB of space. I should be removed to reduce the bundle size.Desired behavior:
TypeScript should be removed from the bundle. We need to find ways to replace
dependency-tree
.Steps to reproduce: (app code and test code)
npm ls typescript
inpackages/server
.Versions
develop branch.
The text was updated successfully, but these errors were encountered: