Open
Description
Since we're in es6 (soon to also be typescript) it would be nice to take advantage of rollup's benefits in bundle size.
Right now it's not too feasible since we'd want rxjs to come along for the ride, and their add/operator/*
modules aren't handled properly by rollup at the moment: ReactiveX/rxjs#1671
Adding this to Proposed so we can consider it later