Why is your elm.js file so big? Is Elm's dead code elimination on a particular function not working as you expected? What libraries cost your users bandwidth? Analyse your elm.js file size with this tool.
Go to file
Philipp Krüger 727cf3a0d5
🚀 Version 1.0.1
2022-08-17 16:32:19 +02:00
src 🚀 Version 1.0.1 2022-08-17 16:32:19 +02:00
.gitignore Ignore build files 2022-08-16 16:56:15 +02:00
LICENSE 📚 Add LICENSE 2022-08-15 16:39:55 +02:00
package-lock.json Add prepublish script & fix package.json 2022-08-16 16:57:05 +02:00
package.json 🚀 Version 1.0.1 2022-08-17 16:32:19 +02:00
README.md Update README.md 2022-08-16 21:34:39 +02:00
tsconfig.json Fix ALL the spelling 2022-08-17 16:32:05 +02:00

elmjs-inspect

Build it

npm i
npm run build
npm link

Run it

Size contribution of each function

elmjs-inspect elm.js

Size contribution by modules

elmjs-inspect --summary=module elm.js

Size contribution by package

elmjs-inspect --summary=package elm.js

Size contribution of only the project's modules

elmjs-inspect --summary=project elm.js