Are there any npm packages for converting node.js web app's source code with all its dependencies within node_modules folder to compiled/released/published build files like for example :
- .net has .dll file
- java has .jar file
- elixir has .beam file.
rather than any npm packages , any other alternatives to achieve the goal of published IL !