Skip to content

Instantly share code, notes, and snippets.

@paiv
Created July 16, 2024 08:49
Show Gist options
  • Save paiv/0a758870c586167c03f0f6674103d9d4 to your computer and use it in GitHub Desktop.
Save paiv/0a758870c586167c03f0f6674103d9d4 to your computer and use it in GitHub Desktop.
Measure bundled package sizes with source map explorer
npx browserify file.js --full-paths --debug | npx exorcist bundle.js.map > bundle.js
npx source-map-explorer --no-border-checks bundle.js bundle.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment