File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 - * deployUrl* (` string ` ): URL where files will be deployed.
1818 - * index* (` string ` ): The name of the start HTML file. Default is ` index.html `
1919 - * 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 .
2121 - * test* (` string ` ): The name of the test entry-point file.
2222 - * tsconfig* (` string ` ): The name of the TypeScript configuration file. Default is ` tsconfig.app.json ` .
2323 - * testTsconfig* (` string ` ): The name of the TypeScript configuration file for unit tests.
8888- ** warnings** : Allow people to disable console warnings.
8989 - * nodeDeprecation* (` boolean ` ): Show a warning when the node version is incompatible. Default is ` true ` .
9090 - * 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