When adding Kotlin/js dependency as jar, it's expa...
# javascript
b
When adding Kotlin/js dependency as jar, it's expanded fine, but all non-js dependency files are excluded from node_modules_imported. How can i disable this behaviour?
youtrack 1
2
s
What do you mean by "all non-js dependency files"? Maybe you can provide some example of this files?
b
Well i was using kvision kotlin js jar and it has some css in it. I can see them in tmpExpandedArchives, but not node modules imported
b