[Gradle, JS] Remove supporting source maps for IR until it exists

^KT-45754 fixed
This commit is contained in:
Ilya Goncharov
2021-03-29 13:34:51 +03:00
committed by TeamCityServer
parent 466e7b60b0
commit 6567b0e8ad
@@ -222,7 +222,5 @@ constructor(
private fun KotlinJsOptions.configureCommonJsOptions() {
moduleKind = "commonjs"
sourceMap = true
sourceMapEmbedSources = null
}
}