When I make my elm application, my output file size is close to 400k. Is this normal? I have tried the --optimize flag and that drops the size a little.
Are there any good techniques to finding out where the fat is, trimming it, and reducing the file size?
Is 400k after minify and gzip? (for production purposes, all output should be minified and gzipped)
To give you some context, the elm-spa-example compiled has 385kb, if you add --optimize it drops to 370kb if you use elm-minify on the optimized output, the size becomes 93kb and that file gzipped is 30kb.
Hi Brendan - Iβve opened an issue regarding Webpack integration, and will do some work to provide guidance, perhaps with an example, but definitely with docs