StackBlitz ngcc failed to run on my npm library with Ivy enabled

Viewed 2593
2 Answers

I was able to get this to work by going to the settings on the left panel and disabling Enable Ivy then doing a hard refresh on the browser.

Related