Skip to content
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

Create bundle size analysis report on build #817

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 11, 2023

  1. create bundle size analysis on build

    I think there is room for improvements in distribution bundle size,
    as zxing is currently distributed directly here as UMD.
    We could possible be in better situation if we could use @zxing/library
     which is released as ESM modules nowadays.
    
    As a helper for that possible endeavour this [webpack-bundle-analyzer](https://www.npmjs.com/package/webpack-bundle-analyzer)
     plugin creates a static HTML page to dist/report.html during build.
    Snurppa committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a64ebb1 View commit details
    Browse the repository at this point in the history