is there a way to shrink the size? Or is that alre...
# javascript
k
is there a way to shrink the size? Or is that already the optimized output??
b
kotlin_questions: yes, you can use any existing JS optimizer/minifier, like: google closure compiler, uglifyJS etc.
also, since 1.1.4 we will provide own tool for that