-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update Brotli size package #260
Conversation
friendly ping |
hi, @siddharthkp any chance you could take a look at this soon :) |
Any chance of this getting merged? This would save building |
@nikolaik |
✨ Nice! @srilq Is the NPM package intentionally private? |
@nikolaik |
@siddharthkp: can this be merged until #220 is done? We are stuck with an old version due to missing Node.js >=10 support. |
siddharthkp/bundlesize#260 (comment) Also using @condenast/bundlesize for the apollo-link packages: apollographql/apollo-link#965
siddharthkp/bundlesize#260 (comment) Also using @condenast/bundlesize for the apollo-link packages: apollographql/apollo-link#965
This is fixed now in |
This reverts my previous PR #4538, now that siddharthkp/bundlesize#260 has been merged and published to npm.
This reverts my previous PR #4538, now that siddharthkp/bundlesize#260 has been merged and published to npm.
Description
Update the
brotli-size
package to makebundlesize
suport node 10Motivation and Context
We depend on bundlesize and are looking to move to node 10. bundlesize use
brotli-size
which usesiltorb
. The current version of iltorb that comes with bundlesize doesnt work with node 10.This PR simply updates the dependency so that we are unblocked from updating node to 10 (and so are others)
I noticed #220 to make brotli-size optional and that seems like a bigger effort. However, this is a simple upgrade and would love if we could get this in and out to unblock node 10 support
Screenshots (if appropriate):
NA
Types of changes
Checklist:
Fixes #261