Yaffle / EventSource

a polyfill for http://www.w3.org/TR/eventsource/
MIT License
2.11k stars 338 forks source link

ES Module #211

Open HoplaGeiss opened 1 year ago

HoplaGeiss commented 1 year ago

Is there a way to import it as a modern ES Module ? In the latest version of Angular it's causing warnings: CommonJS or AMD dependencies can cause optimization bailouts

Yaffle commented 1 year ago

You can import the file itself, get the eventsource from the globalThis

Yaffle commented 1 year ago

Will it work? Right now the polyfill requires no tranforms.