-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Add bundlesize. #24145
Add bundlesize. #24145
Conversation
Oh, it seems bundlesize doesn't work on node.js 4 so we might want to bump the minimum version to 6 or run bundlesize only on node 8. |
Not against moving to node 6 plus node 4 maintenance will end in April 2018 |
0cf8699
to
b589815
Compare
Should I also add the CSS files? |
IMO @mdo would be interested to have our CSS file too |
32b44a0
to
be99749
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Happy to drop Node.js v4 given that it's in maintenance. v8 is about to hit LTS, so we'll be testing on both current LTS versions.
Also, be consistent with Node.js' name.
be99749
to
a976b3c
Compare
@mdo: will you add https://github.com/siddharthkp/bundlesize#2-build-status or should I merge now? |
Added env variable to Travis |
Fixes #23009.
So, the sizes bundlesize reports are the gzip ones. I went with pretty strict values and separate entries, but we can always change them if needed.
Now, in order for the GitHub integration to work, @mdo needs to take care of https://github.com/siddharthkp/bundlesize#2-build-status