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

Add support for rollup 0.52.1. #87

Closed WouterSpaak closed 6 years ago

WouterSpaak commented 6 years ago

This PR adds support for Rollup 0.52.1. This is benificial because of a major rewrite of Rollup's tree shaking algorithm.

The changes are all concerning the Unifying Rollup options introduced in rollup 0.48+.

Closes #86.