build(service-worker): set skipTemplateCodegen for build (#19875)

PR Close #19875
This commit is contained in:
Alex Rickabaugh 2017-10-23 13:57:34 -07:00 committed by Matias Niemelä
parent 4abacb58f1
commit 6bed189e37
2 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,7 @@
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"flatModuleOutFile": "config.js",
"flatModuleId": "@angular/service-worker/config"
"flatModuleId": "@angular/service-worker/config",
"skipTemplateCodegen": true
}
}

View File

@ -19,6 +19,7 @@
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"flatModuleOutFile": "service-worker.js",
"flatModuleId": "@angular/service-worker"
"flatModuleId": "@angular/service-worker",
"skipTemplateCodegen": true
}
}