Minified + gzipped size badge in README display wrong value
See original GitHub issueI’ve my vue component which Imports only imports QrcodeStream, but in the end of the compilation process I’ve far bigger files even minified and gzipped.
Any help will veeeeery welcome. I’m quiet new with these building process.
<script>
import { QrcodeStream } from 'vue-qrcode-reader'
export default {
components: { QrcodeStream },
...
}
</script>
I could split in smaller chunks, but the biggest chunk it’s still the qrCode piece.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Size badge shows higher size than the truth · Issue #4757
Hi. We don't calculate this value The bundlephobia badge reports the size from the bundlephobia API: ...
Read more >reaptcha | Yarn - Package Manager
A clean, modern and simple React wrapper for Google reCAPTCHA. Demo. https://sarneeh.github.io/reaptcha/. Motivation. I've been using other React wrappers ...
Read more >How do I view the size of npm packages?
There is a small utility I made that'll tell you the min + gzipped size ... It's an npm package that will list...
Read more >Untitled
... src="https://github.com/FormidableLabs/urql/workflows/CI/badge.svg" ... <a href="https://bundlephobia.com/result?p=urql"> <img alt="Minified gzip size" ...
Read more >react-horizontal-scrolling-menu
Stand With Ukraine. example. npm Tests Codacy Badge Commitizen friendly npm bundle size (minified + gzip) Donate with Bitcoin ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s ok. I closed because as it was a question, I had a proper answer. But it’s up to you =)
fixed.