I have a large angular project with many libraries, and four apps, so build the project take a lot of time because libraries are builded every time with each app build.
So I want to know if there is a way to add buildable option to my existing libraries
Many thanks, and sorry for my bad english, I'm not a native speaker... but we do what we can 馃槃
Hey @john0tough I recently made this simple schematic for doing it internally that i published to npm
https://www.npmjs.com/package/@trellisorg/make-buildable
I haven't written tests or used it extensively but feel free to give it a go. Right now it supports node and angular libs but no others.
@john0tough we have it on our list to work on official schematics to support this also.
Hey @john0tough I recently made this simple schematic for doing it internally that i published to npm
https://www.npmjs.com/package/@trellisorg/make-buildable
I haven't written tests or used it extensively but feel free to give it a go. Right now it supports node and angular libs but no others.
Thanks, I'll take a look
@brandonroberts any news on this? Can we pitch in and write this schematic or even better incorporate @yharaskrik schematic.
+1
Recently updated to fix a couple of bugs, remove some hardcoded values and conditionally set some builders based on nx version.
Most helpful comment
@john0tough we have it on our list to work on official schematics to support this also.