-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what options are available for production build? #3490
Comments
|
By the way, it would be nice to have separate help commands like |
Yep #3442 add |
@baruchvlz @noelmace Cool - feels like writing to a wish fairy :) |
Closed as answered. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
For production build,
--prod
flag is available. In github issues, I see mentions of other flags such as--aot
,--no-sourcemap
which can be useful in production. Do we have a list of all flags and their description that we can use for faster execution in production?The text was updated successfully, but these errors were encountered: