Hey! what’s the right way to build the final bundl...
# gradle
a
Hey! what’s the right way to build the final bundle for the Compose Web App? I see that
Copy code
./gradlew jsBrowserProductionWebpack
creates js files in the
build/kotlin-webpack/productionExecutable
but the index.html ends up in the
build/processedResources
folder so I have to collect them manually. Which feels weird. Any docs on how to create prod releases?
c
Better ask in #C01F2HV7868 but there should be a
xxxDistribution
or something like that, task
1