jvandemo / generator-angular2-library

Yeoman generator to create an Angular library
MIT License
752 stars 122 forks source link

ngx-bundle library to bundles code #262

Open aelbore opened 6 years ago

aelbore commented 6 years ago

You might consider this as one your dependencies to bundle your code https://github.com/aelbore/ngx-bundle

npm install --save-dev ngx-bundle

izifortune commented 6 years ago

Hi @aelbore, thanks for sharing this. I would generally consider https://github.com/dherges/ng-packagr. Personal opinion based upon support and community behind it.

aelbore commented 6 years ago

@izifortune thanks no problem ^^ the ng-packagr you need to have configuration and extra files while ngx-bundle you dont need any config, just follow basic/simple standard and folder structure.