I was wondering how to generate a CSS, SASS, and vanilla JS library in an Nx Integrated monorepo?
Well, my apps are in Angular, and my 'feature' tagged libs are also Angular components. So far, so good... But I also have 'ui' and 'util' tagged libs that are in pure CSS, SASS, and JS. They are NOT Angular components specifically... So is there a way to generate such libs by command? And also leverage the 'Module Boundaries' concept?