fullcalendar/fullcalendar-angular

Remove fast-deep-equal library for the lack of ESM support

bastienmoulia opened this issue · 3 comments

Bug Reports

I have the following warning in Angular:

Warning: node_modules@fullcalendar\angular\fesm2020\fullcalendar-angular.mjs depends on 'fast-deep-equal'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Can you remove this lib (only use once) using another lib or inlining the needed function?

Fixed with 1eee159

Yes, thank you for the report @bastienmoulia

In v6.0.0-beta.3

Release in v6.0.0