You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt
+39
Original file line number
Diff line number
Diff line change
@@ -1626,4 +1626,43 @@ class Kotlin2JsIrGradlePluginIT : KGPBaseTest() {
1626
1626
}
1627
1627
}
1628
1628
}
1629
+
1630
+
@DisplayName("Check source map config of webpack")
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/webpack/KotlinWebpackConfig.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ data class KotlinWebpackConfig(
0 commit comments