vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.77k stars 152 forks source link

ERROR in Illegal state: Could not load the summary for directive VimeAudio #103

Open dannybucks opened 4 years ago

dannybucks commented 4 years ago

I use @vime/angular 4.2.0 with angular 8.2.2. When building a developer / debug version everything works fine. But when building a prod version I get this error: ERROR in Illegal state: Could not load the summary for directive VimeAudio in node_modules/@vime/angular/dist/vime-angular.d.ts.

I import VimeModule from @vime/angular/dist as found in docs.

mihar-22 commented 4 years ago

Hey @majorbenks if you could try upgrading @vime/angular to 4.3.3 and checking if that resolves it. I'm not too sure at the moment if it's even compatible with Angular 8.2.2. I tested building dev/prod locally with Angular 10.2.1 and it works fine.