|
23 | 23 | "name": {
|
24 | 24 | "type": "string",
|
25 | 25 | "format": "html-selector",
|
26 |
| - "description": "The HTML selector of the Universal app" |
| 26 | + "description": "The HTML selector of the Universal app", |
| 27 | + "x-deprecated": "This option has no effect." |
27 | 28 | },
|
28 | 29 | "appId": {
|
29 | 30 | "type": "string",
|
|
35 | 36 | "type": "string",
|
36 | 37 | "format": "path",
|
37 | 38 | "description": "The output directory for build results.",
|
38 |
| - "default": "dist-server" |
| 39 | + "default": "dist-server", |
| 40 | + "x-deprecated": "This option has no effect." |
39 | 41 | },
|
40 | 42 | "root": {
|
41 | 43 | "type": "string",
|
42 | 44 | "format": "path",
|
43 | 45 | "description": "The root directory of the app.",
|
44 |
| - "default": "src" |
| 46 | + "default": "src", |
| 47 | + "x-deprecated": "This option has no effect." |
45 | 48 | },
|
46 | 49 | "index": {
|
47 | 50 | "type": "string",
|
48 | 51 | "format": "path",
|
49 | 52 | "description": "The name of the index file",
|
50 |
| - "default": "index.html" |
| 53 | + "default": "index.html", |
| 54 | + "x-deprecated": "This option has no effect." |
51 | 55 | },
|
52 | 56 | "main": {
|
53 | 57 | "type": "string",
|
|
58 | 62 | "test": {
|
59 | 63 | "type": "string",
|
60 | 64 | "format": "path",
|
61 |
| - "description": "The name of the test entry-point file." |
| 65 | + "description": "The name of the test entry-point file.", |
| 66 | + "x-deprecated": "This option has no effect." |
62 | 67 | },
|
63 | 68 | "tsconfigFileName": {
|
64 | 69 | "type": "string",
|
|
70 | 75 | "type": "string",
|
71 | 76 | "format": "path",
|
72 | 77 | "description": "The name of the TypeScript configuration file for tests.",
|
73 |
| - "default": "tsconfig.spec" |
| 78 | + "default": "tsconfig.spec", |
| 79 | + "x-deprecated": "This option has no effect." |
74 | 80 | },
|
75 | 81 | "appDir": {
|
76 | 82 | "type": "string",
|
|
95 | 101 | "format": "path",
|
96 | 102 | "description": "The path of the source directory.",
|
97 | 103 | "default": "src",
|
98 |
| - "alias": "D" |
| 104 | + "alias": "D", |
| 105 | + "x-deprecated": "This option has no effect." |
99 | 106 | }
|
100 | 107 | },
|
101 | 108 | "required": [
|
|
0 commit comments