Created
July 16, 2024 08:49
-
-
Save paiv/0a758870c586167c03f0f6674103d9d4 to your computer and use it in GitHub Desktop.
Measure bundled package sizes with source map explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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