orizens / ngx-infinite-scroll

Infinite Scroll Directive for Angular
https://www.npmjs.com/package/ngx-infinite-scroll
MIT License
1.25k stars 223 forks source link

update roll up config to fix rxjs operator path #357

Closed frozenplanet14 closed 2 years ago

frozenplanet14 commented 4 years ago

A similar PR may already be submitted! Please search among the Pull request before creating one.

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request.

Summary

This PR fixes/implements the following bugs/features

Explain the motivation for making this change. What existing problem does the pull request solve? While trying to use the umd build, rxjs operator is not being looked correctly in the global namespace. Before/After change snapshot attached for review

Current rxjs path being generated:

Existing UMD Bundle

After Change:

After UMD path change

Requirements

Make sure these boxes are checked: