mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 10:11:50 +08:00
feat(@angular-devkit/build-angular): add aot to WTR schema
This commit is contained in:
parent
c9273f8b85
commit
a00a49a65a
@ -100,7 +100,7 @@ async function buildTests(
|
||||
entryPoints,
|
||||
tsConfig: options.tsConfig,
|
||||
outputPath,
|
||||
aot: false,
|
||||
aot: options.aot,
|
||||
index: false,
|
||||
outputHashing: OutputHashing.None,
|
||||
optimization: false,
|
||||
|
@ -249,6 +249,11 @@
|
||||
"webWorkerTsConfig": {
|
||||
"type": "string",
|
||||
"description": "TypeScript configuration for Web Worker modules."
|
||||
},
|
||||
"aot": {
|
||||
"type": "boolean",
|
||||
"description": "Run tests using Ahead of Time compilation.",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user