Skip to content

Commit 6ed14f0

Browse files
committed
perf: put back optimization on prod
1 parent 31652bc commit 6ed14f0

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

angular.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
},
4444
"configurations": {
4545
"production": {
46-
"optimization": false,
4746
"budgets": [
4847
{
4948
"type": "initial",
@@ -112,22 +111,8 @@
112111
"sourceMap": false,
113112
"scripts": []
114113
}
115-
},
116-
"lint": {
117-
"builder": "@angular-eslint/builder:lint",
118-
"options": {
119-
"lintFilePatterns": [
120-
"src/**/*.ts",
121-
"src/**/*.html"
122-
]
123-
}
124114
}
125115
}
126116
}
127-
},
128-
"cli": {
129-
"schematicCollections": [
130-
"@angular-eslint/schematics"
131-
]
132117
}
133-
}
118+
}

0 commit comments

Comments
 (0)