refactor(compiler): don’t always compile .ngfactory.ts
files by default
This puts the behavior introduced in 573b8611bc
behind the new flag
`alwaysCompileGeneratedCode` to not break users that might have relied
on this behavior.
This commit is contained in:

committed by
Alex Rickabaugh

parent
6ca46929fa
commit
ed73d4f3ac
@ -1,7 +1,8 @@
|
||||
{
|
||||
"angularCompilerOptions": {
|
||||
"annotationsAs": "static fields",
|
||||
"annotateForClosureCompiler": true
|
||||
"annotateForClosureCompiler": true,
|
||||
"alwaysCompileGeneratedCode": true
|
||||
},
|
||||
|
||||
"compilerOptions": {
|
||||
|
Reference in New Issue
Block a user