here how are people b…

less than 1 minute read

@here - how are people building their node apps. When I run ng build my-node-service --prod I only get my main.js and main.map.js. But that really isn’t distributable because it is missing all of the node modules. So what are other people doing. I can think of a number of options but want to see how others have solved distributing their built node application?

Updated: