mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 178 forks source link

Request - Use pipeable operators #586

Closed dreamdevil00 closed 6 years ago

dreamdevil00 commented 6 years ago

What type of issue are you creating?

What version of this module are you using?

Write other if any:

Please add a description for your issue:

I found operators are patched to the Observable prototype and some are imported by

import { Observable } from 'rxjs/Rx';

which will not be shaked and will make the final bundle large. Could you please update it to use pipeable operators?