peterbraden / ical.js

ical for javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ECMAScript module

alexhaller opened this issue · comments

Hi,
when using ical in an Angular environment following warning is thrown:

WARNING in \xyz.service.ts depends on 'ical'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Could you please offer ical as ECMAscript module?
Thank you!