-
Notifications
You must be signed in to change notification settings - Fork 17
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
Large bundle size #30
Comments
We should definitely look into that. Probably we could implement all of your suggestions and get some good results. |
@OliverJAsh I saw your issue here: gcanti/fp-ts#1044 It seems all the imports in this library are also |
This was recently merged into |
just realized as well that this uses a lot of |
When using my fork or
io-ts-reporters
which is just tracking master, the bundle size is much larger than it ought to be. This showed up on the project I am using it on.https://bundlephobia.com/result?p=@osdiab/[email protected]
This library can potentially make use of tree shaking or something to avoid bundling the entirety of io-ts and fp-ts with it. Maybe:
sideEffects: false
inpackage.json
The text was updated successfully, but these errors were encountered: