Hi,
I’m working on a mpp targeting js and jvm and i’ve been trying to reduce the size of the js file that gets generated by webpack.
The gradle task jsBrowserWebpack
is responsible for this, but i don’t know how to configure it.
This task seems to be the same as the browserWebpack
task you get when you create a kotlinjs project.
I’ve found a discussion about this but they were using the kotlin-frontend-plugin
.
any help is appreciated.