We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7cf9b commit bd55bf0Copy full SHA for bd55bf0
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/typescript.ts
@@ -82,6 +82,7 @@ function _createAotPlugin(
82
forkTypeChecker: buildOptions.forkTypeChecker,
83
contextElementDependencyConstructor: require('webpack/lib/dependencies/ContextElementDependency'),
84
logger: wco.logger,
85
+ directTemplateLoading: true,
86
...options,
87
};
88
return new AngularCompilerPlugin(pluginOptions);
0 commit comments