We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f05313 commit 786be99Copy full SHA for 786be99
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/typescript.ts
@@ -72,6 +72,7 @@ function _createAotPlugin(
72
additionalLazyModules,
73
nameLazyFiles: buildOptions.namedChunks,
74
forkTypeChecker: buildOptions.forkTypeChecker,
75
+ contextElementDependencyConstructor: require('webpack/lib/dependencies/ContextElementDependency'),
76
...options,
77
host,
78
};
0 commit comments