You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The production configuration here says "use the production build options", which already includes all the production settings like output hashing.
If you have a custom configuration of options you need to use for building, you can add it as a new configuration inside the build target, then point at it from your serve target.
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Desired functionality
build
supports--prod
and--output-hashing
flags. It would be great if we could use the same flags forserve
.E.g.
ng serve --prod --output-hashing none
Also see issue.
The text was updated successfully, but these errors were encountered: