if i comment out ` binaries.executable()`, what ha...
# javascript
j
if i comment out
binaries.executable()
, what happens with the generated JS files? All i'm seeing is a
package.json
and
package.json.hash
where there used to be a js file
t
No
binaries.executable()
= no js (library mode)
🍻 1
j
ah, so that option being off is meant for consumption in other Kotlin projects
👌 2