Hi, is there a way to skip npm/webpack when building kotlin/js? We don't use any npm dependencies and I really liked how kotlin2js used to work, where it generated one js file for each module. Is it still possible to generate javascript output in this way?
t
turansky
10/29/2021, 2:54 PM
Which Kotlin version do you use?
r
rnentjes
10/29/2021, 3:06 PM
We use 1.6.0-RC with multiplatform plugin
t
turansky
10/29/2021, 6:20 PM
IR?
r
rnentjes
10/31/2021, 9:41 AM
We use both, IR for deployment and sometimes legacy for development.