[Gradle, JS] Remove source maps flags in IR
This commit is contained in:
committed by
TeamCityServer
parent
67505a0071
commit
9b3c154bef
-1
@@ -126,7 +126,6 @@ open class KotlinJsIrTargetConfigurator(kotlinPluginVersion: String) :
|
||||
|
||||
private fun KotlinJsOptions.configureOptions() {
|
||||
moduleKind = "umd"
|
||||
sourceMap = true
|
||||
}
|
||||
|
||||
override fun defineConfigurationsForTarget(target: KotlinJsIrTarget) {
|
||||
|
||||
Reference in New Issue
Block a user