Anyone has sample how to package and publish to ma...
# javascript
t
Anyone has sample how to package and publish to maven node.js script generated by kotlin? To be more precis - for direct execution on node js, not as a library.
I could probably zip
Copy code
${rootProject.buildDir}/
js/node_modules/${project.name}-node/kotlin
and publish it to maven. But presumably there may be more elegant solution.
t
No optimization required?
t
Isn't it already optimized in
Copy code
${rootProject.buildDir}/
js/node_modules/${project.name}-node/kotlin
?
Optimizations would be nice : )