question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Minified + gzipped size badge in README display wrong value

See original GitHub issue

image

I’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>

image

image

image

I could split in smaller chunks, but the biggest chunk it’s still the qrCode piece.

image

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AEsmeriocommented, Oct 17, 2019

That’s ok. I closed because as it was a question, I had a proper answer. But it’s up to you =)

0reactions
gruhncommented, Jul 20, 2020

fixed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found