79319619

Date: 2024-12-31 09:31:21
Score: 0.5
Natty:
Report link

Simply add a configuration to angular.json :

“configurations": {
...
    “dev-with-css": {
        “optimization": false,
        “extractLicenses": false,
        “sourceMap": true,
        “outputHashing": ‘none’,
        “budgets": []
    }
}

And run: ng serve --configuration dev-with-css

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: kortex