-
Notifications
You must be signed in to change notification settings - Fork 53
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
Track the final bundle size #49
Comments
Hey @bpierre, just to make sure:
That would be
And this |
No it would be separate bundles, one per app connector, to test realistic final bundle sizes independently:
It would be a single app using most of the app connectors, to keep track of a bundle size when using a lot of app connectors at once. For example, the bundle could contain the following:
|
Ok, that makes sense, thanks @bpierre |
I did some research and https://bundlewatch.io/ would be useful to track single file sizes (e.g React's final Maybe we can use their NodeJS API to implement a solution, either way, I can do further research on other options as well. That being said, I think that given that this is an enhancement, bug's issues such as aragon/aragon-cli#1082 have a higher priority and should be tackled first. What do you think? @nivida |
We should keep track of the final bundle size when the required modules are being imported in a web app.
We could have the following:
@aragon/connect
.@aragon/connect
+ app connector, for every core app.@aragon/connect
+ all the core app connectors.We could try to do this using https://bundlewatch.io/
The text was updated successfully, but these errors were encountered: