Jakob K
05/27/2022, 3:16 PMIR
compiler is able to generate separate files for each module, but it seems like the distribution generated by jsBrowserDistribution
still produces a single large file. How can I generate a distribution with modularized output files (like they are generated in build/compileSync/main/productionExecutable/kotlin/
for example)?turansky
05/27/2022, 4:30 PM