Hi guys, I'm quite struggling how to get the files...
# javascript
p
Hi guys, I'm quite struggling how to get the files that make up npm dependencies. It's easy enough to get kotlin javascript dependencies and the related js files, but I don't seem to be able to get all (including transitive) files needed to actually use my Kotlin javascript module. I've managed to get the actual node dependency specifications, but not the files that they resolve to. I don't want minification (at this point).
i
Could you please provide some information, what files are not ehough to use Kotlin/JS module? Or provide sample project with it problem?