Is there a way to tree-shake the generated webpack...
# javascript
s
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
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 😉
s
Yeah, I know it does.
I hate programming in dart though.