We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfbbf0b + eb74a50 commit 6a623ecCopy full SHA for 6a623ec
articles/static-web-apps/front-end-frameworks.md
@@ -26,7 +26,7 @@ The intent of the table columns is explained by the following items:
26
| Framework | App artifact location | Custom build command |
27
|--|--|--|
28
| [Alpine.js](https://github.com/alpinejs/alpine/) | `/` | n/a <sup>2</sup> |
29
-| [Angular](https://angular.io/) | `dist/<APP_NAME>` | `npm run build -- --prod` |
+| [Angular](https://angular.io/) | `dist/<APP_NAME>` | `npm run build -- --configuration production` |
30
| [Angular Universal](https://angular.io/guide/universal) | `dist/<APP_NAME>/browser` | `npm run prerender` |
31
| [Aurelia](https://aurelia.io/) | `dist` | n/a |
32
| [Backbone.js](https://backbonejs.org/) | `/` | n/a |
0 commit comments