i am using the "new" ```kotlin("js")``` plugin sin...
# javascript
n
i am using the "new"
Copy code
kotlin("js")
plugin since frontend is going to be deprecated right? what are the tasks that i would need to run/add to make
browserWebpack
bundle my code along with sourcemaps? ideally i would like to directly host it with the idea webserver and bundle it into my jvm server currently i am copying from the output of
processResources
and
browserWebpack
but it seems to be missing sourcemaps