-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
ci: add lumberjack-ivy CI workflow #84
Conversation
Waiting for ngworker/angular-versions-action#22. |
This is very exciting. |
That version should not be failing. Is that a regression? |
I updated the dependencies and removed |
We might want to look into the schematics e2e setup to make sure it's reusing the package build artifact and not re-building the schematics sub-package for different versions of Angular. |
eef6dd7
to
b16a0f5
Compare
90ec1d9
to
e6286ba
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Lumberjack is a View Engine-compiled package.
Issue Number: N/A
What is the new behavior?
A separate Lumberjack bundle with partial Ivy compilation is created. This enables faster compilation time for end-users but requires Angular CLI >=11.1. Technically it's fully Ivy-compiled because Lumberjack doesn't contain components.
This package could be published in parallel to
@ngworker/lumberjack
using a name such as@ngworker/lumberjack-ivy
or@ngworker/lumberjack-angular-linker
.Does this PR introduce a breaking change?
Other information