79115020

Date: 2024-10-22 16:30:03
Score: 1
Natty:
Report link

You can change the prebundle option for the development server in the angular.json file in order to handle this case.

Example:

"serve": {
  "configurations": {
    "development": {
      "prebundle": {
        "exclude": ["@myorg/my-ngx-library"]
      }
    }
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniel Haupt