I found `JsBrowserProductionWebpack` did not outpu...
# javascript
t
I found
JsBrowserProductionWebpack
did not output bundle to
build/dis/
anymore since I upgrade to kotlin 2.0.0, anyone know is this related? still debugging...
r
It has changed in 2.0. Use
jsBrowserDistribution
task.
🙏 1
a
The task
jsBrowserProductionWebpack
now produces files inside
build/kotlin-webpack
🙏 1