Open HoplaGeiss opened 2 years 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
CommonJS or AMD dependencies can cause optimization bailouts
You can import the file itself, get the eventsource from the globalThis
Will it work? Right now the polyfill requires no tranforms.
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