You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this PR #15030 we introduces a stricter inclusion of files in the TS compilations for Ivy.
In version 8 we decided that we shouldn't do it for VE since this will break new VE app which will use the deprecated string based lazy loading, as users will need to add the lazy loaded modules in the list of files to include.
In version 9, we should always apply the stricter files inclusion for all newly generated projects.
🚀 Feature request
With this PR #15030 we introduces a stricter inclusion of files in the TS compilations for Ivy.
In version 8 we decided that we shouldn't do it for VE since this will break new VE app which will use the deprecated string based lazy loading, as users will need to add the lazy loaded modules in the list of files to include.
In version 9, we should always apply the stricter files inclusion for all newly generated projects.
Files to be updated
The text was updated successfully, but these errors were encountered: