I'm running into an error when running `jsBrowserW...
# javascript
d
I'm running into an error when running
jsBrowserWebpack
which just says "See log for details", but I don't see any webpack output in the log. Is there some other log to check? I was able to figure out that the error was caused by a webpack config error through other means, but I'm still confused why there was no errors in the log output. Stacktrace:
Copy code
Caused by: java.lang.IllegalStateException: Error occurred. See log for details.
	at org.jetbrains.kotlin.gradle.internal.ExecKt$execWithErrorLogger$1.invoke(exec.kt:83)
	at org.jetbrains.kotlin.gradle.internal.ExecKt$execWithErrorLogger$1.invoke(exec.kt:76)
	at org.jetbrains.kotlin.gradle.internal.ProgressKt.operation(progress.kt:21)
	at org.jetbrains.kotlin.gradle.internal.ProgressKt.operation$default(progress.kt:12)
	at org.jetbrains.kotlin.gradle.internal.ExecKt.execWithErrorLogger(exec.kt:76)
	at org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpackRunner.execute(KotlinWebpackRunner.kt:31)
	at org.jetbrains.kotlin.gradle.targets.js.webpack.KotlinWebpack.doExecute(KotlinWebpack.kt:287)
Seems specific to errors occurring in a webpack plugin Opened: https://youtrack.jetbrains.com/issue/KT-50442