Skip to content

Commit eb74a50

Browse files
author
Simona Cotin
authored
update deprecated angular build command
When running npm run build -- --prod the console now displays a warning: Option "--prod" is deprecated: No need to use this option as this builder defaults to configuration "production"." ------- cc: @craigshoemaker
1 parent 2d9afaa commit eb74a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/front-end-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The intent of the table columns is explained by the following items:
2626
| Framework | App artifact location | Custom build command |
2727
|--|--|--|
2828
| [Alpine.js](https://github.com/alpinejs/alpine/) | `/` | n/a <sup>2</sup> |
29-
| [Angular](https://angular.io/) | `dist/<APP_NAME>` | `npm run build -- --prod` |
29+
| [Angular](https://angular.io/) | `dist/<APP_NAME>` | `npm run build -- --configuration production` |
3030
| [Angular Universal](https://angular.io/guide/universal) | `dist/<APP_NAME>/browser` | `npm run prerender` |
3131
| [Aurelia](https://aurelia.io/) | `dist` | n/a |
3232
| [Backbone.js](https://backbonejs.org/) | `/` | n/a |

0 commit comments

Comments
 (0)