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
I debugged the webpack code and I noticed that in Compilation.js:696
the this.dependencyFactories has the ContextElementDependency module in its map but for some reason the this.dependencyFactories.get(dep.constructor) returns undefined.
I hope this can help.
The text was updated successfully, but these errors were encountered:
Yes, this issue seems to be covered here and here but those answered doesn't resolve this case. This case is different.
For one, I only have one version of webpack:
$ npm ls webpack [email protected] C:\LA\src\LogAnalyticsPortalWebRole
-- @angular-devkit/[email protected]-- [email protected]
Here is my code:
editor.module.ts (the lazy loaded module):
lazy.module.ts (the module the contains the lazy load component):
app.module
editor-initiator.component.ts (the lazy load component):
I debugged the webpack code and I noticed that in Compilation.js:696
the
this.dependencyFactories
has the ContextElementDependency module in its map but for some reason thethis.dependencyFactories.get(dep.constructor)
returns undefined.I hope this can help.
The text was updated successfully, but these errors were encountered: