Remove test-app.js from the project

This commit is contained in:
2025-05-30 19:54:36 +02:00
parent 14e097a2cb
commit b94a50d6d4
7 changed files with 12 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
@file:OptIn(ExperimentalKotlinGradlePluginApi::class)
import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
import org.jetbrains.kotlin.gradle.dsl.JsSourceMapEmbedMode
plugins {
kotlin("multiplatform") version "2.1.10"
@@ -23,10 +24,13 @@ kotlin {
js {
compilerOptions {
target.set("es2015")
sourceMap.set(true)
sourceMapEmbedSources.set(JsSourceMapEmbedMode.SOURCE_MAP_SOURCE_CONTENT_ALWAYS)
}
browser {
commonWebpackConfig {
sourceMaps = true
devtool = "inline-source-map"
}
binaries.executable()
distribution {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
test-app/web/web.txt Normal file
View File

@@ -0,0 +1 @@
Target directory for the generated web content