We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
siddharthkp
Learn more about funding links in repositories.
Report abuse
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
Do you want to request a feature or report a bug? Report a bug.
What is the current behavior? Test task fails, because bundlesize miscalculates file size.
If the current behavior is a bug, please provide the steps to reproduce.
yarn install
yarn test
The repository also has a "build shield", which redirects you to the Travis CI page. There you can check logs and see the build failing.
What is the expected behavior? Test task successfully completes, because all file sizes are below the specified limit (500 KB).
Please mention other relevant information.
The text was updated successfully, but these errors were encountered:
Seeing the same issue. File size is doubled in multiple instances.
Sorry, something went wrong.
This is likely because it is attempting to read the file as a utf-8 string, instead of a raw binary Buffer.
Should be fixed by #267.
No branches or pull requests
Do you want to request a feature or report a bug?
Report a bug.
What is the current behavior?
Test task fails, because bundlesize miscalculates file size.
If the current behavior is a bug, please provide the steps to reproduce.
yarn install
)yarn test
(it will also compress images, so perhaps it's best to delete "headers" folder inside "src/img")The repository also has a "build shield", which redirects you to the Travis CI page. There you can check logs and see the build failing.
What is the expected behavior?
Test task successfully completes, because all file sizes are below the specified limit (500 KB).
Please mention other relevant information.
The text was updated successfully, but these errors were encountered: