Stefan Oltmann
12/23/2023, 11:01 PMdraganddrop.js
aside the index.html it will be missing.
So I think I need to include it somehow in the config. Right?Svyatoslav Kuzmich [JB]
12/24/2023, 8:09 AMnode_modules
into a vcs, or put your JS code into index.html.
But this wouldn’t work with libraries. If you want to include pako
into kim
and have it available to all users, then I don’t think we have a decent local solution. Could you file an issue?Stefan Oltmann
12/24/2023, 8:10 AMSvyatoslav Kuzmich [JB]
12/24/2023, 8:13 AMjs
:
fun pako(): PakoInterface =
js("""{
you literally put all js code inside this string
}""")