build(service-worker): set skipTemplateCodegen for build (#19875)
PR Close #19875
This commit is contained in:
parent
4abacb58f1
commit
6bed189e37
@ -18,6 +18,7 @@
|
|||||||
"annotateForClosureCompiler": true,
|
"annotateForClosureCompiler": true,
|
||||||
"strictMetadataEmit": false,
|
"strictMetadataEmit": false,
|
||||||
"flatModuleOutFile": "config.js",
|
"flatModuleOutFile": "config.js",
|
||||||
"flatModuleId": "@angular/service-worker/config"
|
"flatModuleId": "@angular/service-worker/config",
|
||||||
|
"skipTemplateCodegen": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
"annotateForClosureCompiler": true,
|
"annotateForClosureCompiler": true,
|
||||||
"strictMetadataEmit": false,
|
"strictMetadataEmit": false,
|
||||||
"flatModuleOutFile": "service-worker.js",
|
"flatModuleOutFile": "service-worker.js",
|
||||||
"flatModuleId": "@angular/service-worker"
|
"flatModuleId": "@angular/service-worker",
|
||||||
|
"skipTemplateCodegen": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user