Daniel Weidensdörfer
10/25/2024, 3:06 PMdevServer = (devServer ?: KotlinWebpackConfig.DevServer()).apply {
static = (static ?: mutableListOf()).apply {
// Serve sources to debug inside browser
add(rootDirPath)
add(projectDirPath)
}
}
from build.gradle will reduce webpack bundling part, making the web page show up immediatelly after the tab opens.