For node.js kotlin/js project created with Intelli...
# javascript
b
For node.js kotlin/js project created with Intellij, is there some documentation on how to create an executable .js file that I can run outside the IDE environment? I have
binaries.executable()
set in the build.gradle, but I cannot find the generated production .js file(s) in the build directory.
v
Should be in
build/js/packages/yourProject
if I'm not completely wrong
b
Thank you, that seems to be correct.