mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +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,
|
entryPoints,
|
||||||
tsConfig: options.tsConfig,
|
tsConfig: options.tsConfig,
|
||||||
outputPath,
|
outputPath,
|
||||||
aot: false,
|
aot: options.aot,
|
||||||
index: false,
|
index: false,
|
||||||
outputHashing: OutputHashing.None,
|
outputHashing: OutputHashing.None,
|
||||||
optimization: false,
|
optimization: false,
|
||||||
|
@ -249,6 +249,11 @@
|
|||||||
"webWorkerTsConfig": {
|
"webWorkerTsConfig": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "TypeScript configuration for Web Worker modules."
|
"description": "TypeScript configuration for Web Worker modules."
|
||||||
|
},
|
||||||
|
"aot": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Run tests using Ahead of Time compilation.",
|
||||||
|
"default": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user