Closed bastienmoulia closed 1 year ago
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 https://github.com/fullcalendar/fullcalendar-angular/commit/1eee15937322d73b3482df23e50bc14654223728
Yes, thank you for the report @bastienmoulia
In v6.0.0-beta.3
Release in v6.0.0
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?