I am about to build a webpack for myself from a pr...
# javascript
h
I am about to build a webpack for myself from a project that is an MPP. In older examples, I find gradle stuff like 'kotlinFrontend { webpackBundle { ... } }'. Would anyone know how to get a webpack of my javascripts from an mpp (or is this question better suited for #multiplatform maybe?)
h
OK, thanks. So actually, we still need the kotlin-eap maven central and we simply apply the same kotlin-frontend-plugin as before, only inside the MPP. Seems to work. Thanks.