Is there a way to tree-shake the generated webpack? It's pretty large because of the kotlin library that comes with it.
👍 2
s
suresh
05/01/2017, 3:53 AM
spierce7: by the way, dart does tree shaking pretty well. Check this - https://hterkelsen.github.io/dart2js_playground/ and see the generated js (check the Animal example). Would love have something for kotlin too 😉