angular-architects / nx-ddd-plugin

Nx plugin for structuring a monorepo with domains and layers
313 stars 56 forks source link

feat(domain,feature): add property to specify build type #14

Closed pascalbe-dev closed 4 years ago

pascalbe-dev commented 4 years ago

I was having issues with a few things, when working with the repo:

Currently, the buildable flag is not yet supported in the latest nx release (see this issue), so setting the type to "buildable" would create a lib without build target (which would be the same like using type "internal").

Closes #9

manfredsteyer commented 4 years ago

Thanks for this. I guess, this PR solves the first issue you are mentioning anyway. Regarding the 2nd point (testing), I'll have a look.