Open codingnuclei opened 3 years ago
Currently as I understand it from
https://github.com/manfredsteyer/ngx-build-plus/blob/cli8/lib/schematics/add-ngx-build-plus/index.ts
All projects will get the builder 'ngx-build-plus:karma'.
I am working within Nx and would like to use their jest builder.
What are your thoughts on adding an option to ng add ngx-build-plus to skip this?
ng add ngx-build-plus
Cheers
Maybe there could also be a possibility to have ngx-build-plus:jest?
Currently as I understand it from
https://github.com/manfredsteyer/ngx-build-plus/blob/cli8/lib/schematics/add-ngx-build-plus/index.ts
All projects will get the builder 'ngx-build-plus:karma'.
I am working within Nx and would like to use their jest builder.
What are your thoughts on adding an option to
ng add ngx-build-plus
to skip this?Cheers