The `IR` compiler is able to generate separate fil...
# javascript
j
The
IR
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)?
t
AFAIK You can configure webpack to solve this problem.