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 130ea0a742
Merge pull request #1 from dillonkearns/patch-1
Point to correct file in tsconfig.json.
2021-04-11 16:27:40 +02:00
src 🎉 Initial Commit 2020-04-03 23:22:32 +02:00
.gitignore 🎉 Initial Commit 2020-04-03 23:22:32 +02:00
package.json 🎉 Initial Commit 2020-04-03 23:22:32 +02:00
README.md 🎉 Initial Commit 2020-04-03 23:22:32 +02:00
tsconfig.json Point to correct file in tsconfig.json. 2021-04-11 07:08:01 -07:00
yarn.lock 🎉 Initial Commit 2020-04-03 23:22:32 +02:00

elmjs-inspect

TODO

  • Wrap with CLI stuff (commander?)
  • Allow giving .js file by options or otherwise by file input (inquirer.js?)
  • Show results by package/module/file level
  • NPM Publish