-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 13 + jest v27 incompatibility #181
Comments
Any updates on this issue? |
@gagle Could you please provide more details on the workaround mentioned? Where do we need to add the path changes? |
jshor
added a commit
that referenced
this issue
Nov 26, 2022
This change replaces Webpack/UMD build generation with SystemJS. BREAKING CHANGE: This will no longer provide support for UMD.
jshor
added a commit
that referenced
this issue
Nov 26, 2022
Switches from Webpack/TSC to Rollup. This change exports ESM and CJS in addition to the standard UMD.
jshor
added a commit
that referenced
this issue
Nov 26, 2022
This change replaces Webpack/UMD build generation with SystemJS.
jshor
added a commit
that referenced
this issue
Nov 26, 2022
Switches from Webpack/TSC to Rollup. This change exports ESM and CJS in addition to the standard UMD.
jshor
added a commit
that referenced
this issue
Nov 26, 2022
This change replaces Webpack/UMD build generation with SystemJS.
jshor
added a commit
that referenced
this issue
Nov 26, 2022
Switches from Webpack/TSC to Rollup. This change exports ESM and CJS in addition to the standard UMD.
Datebook v7.1.0 now exports an ESM module which should take care of the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: