Skip to content
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

Is any sense to have nx serve --prod ? #54

Open
denisnarush opened this issue Mar 16, 2021 · 1 comment
Open

Is any sense to have nx serve --prod ? #54

denisnarush opened this issue Mar 16, 2021 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@denisnarush
Copy link
Owner

denisnarush commented Mar 16, 2021

// angular.json

"serve": {
  "builder": "@angular-devkit/build-angular:dev-server",
  "options": {
    "browserTarget": "flowers:build"
  },
  "configurations": {
    "production": { // question addressed here.
      "browserTarget": "flowers:build:production"
    }
  }
}

How often we are using ng serve <project> --prod ?

@denisnarush denisnarush added the question Further information is requested label Mar 16, 2021
@denisnarush denisnarush self-assigned this Mar 16, 2021
@denisnarush
Copy link
Owner Author

@AlexanderBazukevich What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: In Review
Development

No branches or pull requests

2 participants