Skip to content

Commit 8fdfd97

Browse files
committed
docs: remove legacy e2e configuration from i18n example
Removes the unused 'e2e' configuration block using '@angular-devkit/build-angular:private-protractor' from the i18n example configuration.
1 parent 760910e commit 8fdfd97

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

adev/src/content/examples/i18n/angular.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,6 @@
119119
"styles": ["src/styles.css"],
120120
"scripts": []
121121
}
122-
},
123-
"e2e": {
124-
"builder": "@angular-devkit/build-angular:private-protractor",
125-
"options": {
126-
"protractorConfig": "e2e/protractor.conf.js",
127-
"devServerTarget": "angular.io-example:serve:fr"
128-
},
129-
"configurations": {
130-
"production": {
131-
"devServerTarget": "angular.io-example:serve:production"
132-
}
133-
}
134122
}
135123
// #docregion locale-config, build-single-locale, build-production-french, i18n-subPath
136124
}

0 commit comments

Comments
 (0)