-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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] after latest release, my MFEs broke. path has changed for imports #11030
Comments
@benpsnyder In what manner did you upgrade Nx? There were migrations that should have run that would have automatically fixed these paths for you. Did you upgrade nx using |
@Coly010 on this one ... I might have upgraded early to Sorry I know this isn't too helpful as it's not specific, but I am just letting you know that I usually don't skip the migrations! :) |
@benpsnyder it turns out the migration for this is targeting Unfortunately, there's little we can do at this point to fix the existing versions (>=14.4.0 <14.5.0-beta.0) and folks that have already migrated to those versions will need to either adjust their source code manually or wait for 14.5.0 to upgrade. Pushing a change to amend the target version to 14.4.0 can only be released in a version greater than that, so, it won't solve the problem in those versions. Because of the above, you can either:
|
Lovely, thorough reply. Thank you! |
I'm going to close this issue since there's nothing we can do to fix the already published versions. For anyone coming to this, please wait for the 14.5.0 release which will include the automatic migration. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
BTW after some recent upgrades, my MFEs broke. Looks like the path has changed from
@nrwl/angular/mfe
to@nrwl/angular/mf
Originally posted by @benpsnyder in #10887 (comment)
The text was updated successfully, but these errors were encountered: