-
-
Notifications
You must be signed in to change notification settings - Fork 15
Fix deployment for v11 #27
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
Comments
@mgechev I found a problem here, hope you can lead me with it. I was following Angular Fire PR that you brought, I see that they use Do you know if to get the I think I have a workaround but I feel it's too nasty 🤮, {
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/{MY-LIB-NAME}",
"lib": {
"entryFile": "src/public-api.ts"
}
} I can read that file, and get the |
Doesn't sound that terrible to me, if you can always resolve the location of the library package configuration. The only risky thing here would be if ng-packagr changes their configuration file. |
@mgechev I'm going to implement the solution that I mentioned to have V11 support ASAP, I think is the only way to go with this. I wonder if the |
You could open an issue in angular-cli and get more feedback there from the CLI team. |
It also wasn't my best idea to introduce the See |
I am having a good family time 😄. |
I will port back all changes to the starter, soon. |
Thank you @mgechev for let me know about this problem so early. The fix is ready under the version [email protected] 🚀 |
Because we removed some experimental APIs (promoted them as public in v11), the deployment builder no longer works.
It should be relatively easy to migrate. Here's an example from AngularFire angular/angularfire#2643.
The text was updated successfully, but these errors were encountered: