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
ERROR in ./src/app/app.module.ts
Module not found: Error: Can't resolve './../../../../libs/lib1/src/index.ngfactory' in '/Users/jason/projects/temp/temp/nx8-test/apps/app1/src/app'
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: ....Yes, sort of. This worked in 7 with the loadChildren strings but does not work in 8.
Description
A clear and concise description of the problem...This was originally reported in nrwl/nx#1471.
This is an extension of #14399. The fix for that issue solves it for unnamed ExportDeclarations but not for NamedExports.
🔬 Minimal Reproduction
https://github.com/FrozenPandaz/demos/blob/lazybug/libs/lib1/src/index.ts
🔥 Exception or Error
🌍 Your Environment
8.0.1
Anything else relevant?
May affect Nx Users.
cc @filipesilva who resolved #14399
The text was updated successfully, but these errors were encountered: