ai / size-limit

Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.
MIT License
6.48k stars 1.82k forks source link

size-limit fails with rxjs imports #323

Closed Mihail04 closed 1 year ago

Mihail04 commented 1 year ago

For angular library created with ng-packagr. If the mjs file is import some from 'rxjs/operators', throw error image What could be the problem?