🎨 Removed environments replace in angular.json

timeline
Alix JEUDI--LEMOINE 2 weeks ago
parent 36af71b45c
commit a7f6727400

@ -61,12 +61,7 @@
"optimization": false, "optimization": false,
"extractLicenses": false, "extractLicenses": false,
"sourceMap": true, "sourceMap": true,
"fileReplacements": [ "fileReplacements": []
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
} }
}, },
"defaultConfiguration": "production" "defaultConfiguration": "production"

Loading…
Cancel
Save