Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c0eb354

Browse files
alan-agius4CaerusKaru
authored andcommitted
test: update optimization setting for integration tests (#1250)
Update tests to reflect latest project configuration See: angular/angular-cli#15651
1 parent fcee6ff commit c0eb354

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

integration/express-engine-ivy/angular.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,7 @@
155155
}
156156
],
157157
"sourceMap": false,
158-
"optimization": {
159-
"scripts": false,
160-
"styles": true
161-
}
158+
"optimization": true
162159
}
163160
}
164161
}

integration/express-engine-ve/angular.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,7 @@
155155
}
156156
],
157157
"sourceMap": false,
158-
"optimization": {
159-
"scripts": false,
160-
"styles": true
161-
}
158+
"optimization": true
162159
}
163160
}
164161
}

integration/hapi-engine-ivy/angular.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,7 @@
155155
}
156156
],
157157
"sourceMap": false,
158-
"optimization": {
159-
"scripts": false,
160-
"styles": true
161-
}
158+
"optimization": true
162159
}
163160
}
164161
}

integration/hapi-engine-ve/angular.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,7 @@
155155
}
156156
],
157157
"sourceMap": false,
158-
"optimization": {
159-
"scripts": false,
160-
"styles": true
161-
}
158+
"optimization": true
162159
}
163160
}
164161
}

0 commit comments

Comments
 (0)