I've noticed that production executable js file (generated by jsBrowserDistribution task) is not obfuscated (has original class/function/variable names) and contains embedded source map (sourceMappingURL=data:application/json;...)
Is it a bug or i should configure Gradle build somehow?
I'm using Kotlin 2.2.20-RC