[Gradle, JS] Remove source maps flags in IR

This commit is contained in:
Ilya Goncharov
2021-04-05 12:53:05 +03:00
committed by TeamCityServer
parent 67505a0071
commit 9b3c154bef
@@ -126,7 +126,6 @@ open class KotlinJsIrTargetConfigurator(kotlinPluginVersion: String) :
private fun KotlinJsOptions.configureOptions() {
moduleKind = "umd"
sourceMap = true
}
override fun defineConfigurationsForTarget(target: KotlinJsIrTarget) {