Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: restore previous env build options (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Apr 21, 2024
1 parent 3f9acba commit 9aaacd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand All @@ -121,6 +123,8 @@
"sourceMap": true,
"namedChunks": false,
"extractLicenses": false,
"vendorChunk": false,
"buildOptimizer": false,
"budgets": [
{
"type": "initial",
Expand Down

0 comments on commit 9aaacd5

Please sign in to comment.