jamshedalamqaderi
07/31/2023, 10:32 AMuninstantiated.mjs
?
Or let me know how i could deploy a production bundle successfully!tasks.register<Copy>("copyMjsFile") {
mustRunAfter("wasmBrowserDistribution")
from("$buildDir/compileSync/wasm/main/productionExecutable/kotlin/jamshedalamqaderi-portfolio.uninstantiated.mjs")
into("$buildDir/dist/wasm/productionExecutable")
}
tasks.register("bundlePortfolio") {
dependsOn("wasmBrowserDistribution", "copyMjsFile")
}
And execute the task by this
./gradlew :web:bundlePortfolio