Yay. Just tried prepack and got 434kb Hello world!

https://prepack.io/ actually works pretty good with kotlin.js stdlib
My setup is manually concat kotlin.js + HelloWorld.js, use prepack on result and uglify prepack output. Got 434kb js file which actually outputs Hello World :smiley:
With just uglify/webpack output is 608kb ~150% size