Skip to content

Commit 2440c0a

Browse files
committed
Remove extra devServer config from Wasm setup
1 parent 91d7112 commit 2440c0a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

shared/build.gradle.kts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,6 @@ kotlin {
4040
val rootDir = project.rootDir.path
4141
commonWebpackConfig {
4242
outputFileName = "kotlinconf-app.js"
43-
devServer = (devServer ?: KotlinWebpackConfig.DevServer()).apply {
44-
// Uncomment and configure this if you want to open a browser different from the system default
45-
// open = mapOf(
46-
// "app" to mapOf(
47-
// "name" to "google chrome"
48-
// )
49-
// )
50-
51-
static = (static ?: mutableListOf()).apply {
52-
// Serve sources to debug inside a browser
53-
add(projectDir)
54-
add(rootDir)
55-
}
56-
}
5743
}
5844
}
5945
}

0 commit comments

Comments
 (0)