Mike Digman
07/27/2023, 10:20 PM./gradlew jsApp:jsBrowserProductionWebpack now generates an empty build folder where previously it used to put the entire app (html, js, wasm, etc) in js/build/distributions/ . Is there a new gradle tasks to do this? Is it now broken?Mike Digman
07/27/2023, 10:22 PMjsApp:jsBrowserProductionRun compiles and serves the jsApp module without issue.Mike Digman
07/27/2023, 10:29 PMjsApp/build/distributions/* -> jsApp/build/dist/jsApp/productionExecutable/*Mike Digman
07/27/2023, 10:30 PMOleksandr Karpovich [JB]
07/28/2023, 10:05 AM