-
Notifications
You must be signed in to change notification settings - Fork 279
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
Publishing configuration for sitecore-jss-angular gives errors for Angular 9 ngcc #348
Comments
sc-antonkulagin
added a commit
that referenced
this issue
May 7, 2020
9 tasks
sc-antonkulagin
added a commit
that referenced
this issue
May 13, 2020
Added ngcc.config in #370 |
I believe the added commit with config is incorrect, it should be:
|
@sc-antonkulagin can this be re-opened? thanks! |
I believe this error (with angular differential loading enabled) is related:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When using the latest @sitecore-jss/sitecore-jss-angular package with Angular 9, the ngcc compatiblity provider runs on an error. The issue here is that the sitecore-jss-angular package contains 2 package.json files.
I have opened up an issue on the Angular issue tracker, receiving quick response over there, with straightforward solutions.
Expected behavior
The ngcc should not error out on this package.
Possible Fix
The options to have this fixed (taken from the Angular issue thread):
module.exports = { entryPoints: { './dist': { ignore: true, }, }, };
The text was updated successfully, but these errors were encountered: