File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
- * deployUrl* (` string ` ): URL where files will be deployed.
18
18
- * index* (` string ` ): The name of the start HTML file. Default is ` index.html `
19
19
- * main* (` string ` ): The name of the main entry-point file.
20
- - * polyfills* (` string ` ): The name of the main entry-point file.
20
+ - * polyfills* (` string ` ): The name of the polyfills entry-point file. Loaded before the app .
21
21
- * test* (` string ` ): The name of the test entry-point file.
22
22
- * tsconfig* (` string ` ): The name of the TypeScript configuration file. Default is ` tsconfig.app.json ` .
23
23
- * testTsconfig* (` string ` ): The name of the TypeScript configuration file for unit tests.
88
88
- ** warnings** : Allow people to disable console warnings.
89
89
- * nodeDeprecation* (` boolean ` ): Show a warning when the node version is incompatible. Default is ` true ` .
90
90
- * packageDeprecation* (` boolean ` ): Show a warning when the user installed angular-cli. Default is ` true ` .
91
- - * versionMismatch* (` boolean ` ): Show a warning when the global version is newer than the local one. Default is ` true ` .
91
+ - * versionMismatch* (` boolean ` ): Show a warning when the global version is newer than the local one. Default is ` true ` .
You can’t perform that action at this time.
0 commit comments