datebook icon indicating copy to clipboard operation
datebook copied to clipboard

Angular 13 + jest v27 incompatibility

Open gagle opened this issue 3 years ago • 2 comments

Angular 13 introduced a change and now tries to load dependencies in ESM format. This lib is incompatible and is a huge major blocker for migrating to Angular 13. As a temporary workaround I'm using the path alias:

"datebook": ["datebook/dist/index.js"],

gagle avatar Dec 16 '21 11:12 gagle

Any updates on this issue?

NishaJKulal avatar Aug 10 '22 10:08 NishaJKulal

@gagle Could you please provide more details on the workaround mentioned? Where do we need to add the path changes? Thanks in advance

NishaJKulal avatar Aug 18 '22 05:08 NishaJKulal

Datebook v7.1.0 now exports an ESM module which should take care of the issue.

jshor avatar Nov 26 '22 22:11 jshor