gonzofish / angular-librarian

An Angular 2+ scaffolding setup for creating libraries
https://www.npmjs.com/package/angular-librarian
MIT License
91 stars 9 forks source link

Upgrading to rollup 0.52.1 #86

Closed WouterSpaak closed 6 years ago

WouterSpaak commented 6 years ago

Angular Librarian currently does not support rollup 0.48+, which is a shame because it has many tree shaking improvements.

I got this working on an internal module of ours. I will file a pull request to upgade Angular Librarian to rollup 0.52.1 in a few hours when I test it on a brand new project. Most of the changes have to do with this document: https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32.

gonzofish commented 6 years ago

As I said in the PR, thanks for this PR. Really is a big help and I think the last item before doing v1.0.0

WouterSpaak commented 6 years ago

You're quite welcome. We've had a lot of success with Librarian so I'm happy to help! Looking forward to 1.0.0!