Skip to content

Commit

Permalink
perf: put back optimization on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Nov 25, 2023
1 parent 31652bc commit 6ed14f0
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
},
"configurations": {
"production": {
"optimization": false,
"budgets": [
{
"type": "initial",
Expand Down Expand Up @@ -112,22 +111,8 @@
"sourceMap": false,
"scripts": []
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
}

0 comments on commit 6ed14f0

Please sign in to comment.