-
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
0.9.1 migration removes "lazyLoad" #343
Comments
I found out that there is an autodetection for that now. I got it like that: the rule checks lib dependencies, also if a lib is loaded via e.g. |
...but this is still required at the corresponding "include": [
"**/*.ts"
/* add all lazy-loaded libraries here: "../../../libs/my-lib/index.ts" */,
"../../../libs/my-lib/index.ts"
] ... maybe a nice additional feature, to show a lint error at the line of |
you are sure that you are on ... or you only upgraded |
Closing in favor of #352 |
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. |
When updating from 0.8.0 to 0.9.1 - "lazyLoad" block removed from "nx-enforce-module-boundaries".
I assume it's related to new feature - support for tagged libs
The text was updated successfully, but these errors were encountered: