Closed jochumdev closed 7 years ago
A note: with tree-shaking Angular 4 compiles down to 355KiB
I'd be happy to get a PR. Thanks!
That's something I've already done on my side see @ui-auth/core which follow Angular Package Format
I'll try to provide a PR once I have time but not soon :), https://github.com/dherges/ng-packagr may help
@aitboudad thanks for the tip on ng-packagr its great!
@ronzeidman Pull request is there.
Thanks, didn't know about ng-packager!
Note: npm publish
should be executed inside dist
folder
travis will do that.
Hi,
today I got this working @pcdummy/angular-aot-es2015-rollup, its Angular 4.x with Tree-shaking (remove unneeded deps from the output).
This needs an ES2015 export in package.json (and ofc. the build of the files in releases) which is very good documented here.
Is there any interest in getting ES2015 exports into this library? If so i would make this happen with a PR.