for example, I have a project, and it export a module named 'myNgmodule'; other projects can install and import it to use. but as the usual, we can see all the src code in node_modules. so can I build a 'release' version that does not contain the src code for other use it?
and I found a repo, the library project seems build a release folder, and be imported into main.app, but I don't know how it works