mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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.
This commit is contained in:
parent
18003a33bb
commit
8b4eec6683
1 changed files with 0 additions and 12 deletions
|
|
@ -119,18 +119,6 @@
|
|||
"styles": ["src/styles.css"],
|
||||
"scripts": []
|
||||
}
|
||||
},
|
||||
"e2e": {
|
||||
"builder": "@angular-devkit/build-angular:private-protractor",
|
||||
"options": {
|
||||
"protractorConfig": "e2e/protractor.conf.js",
|
||||
"devServerTarget": "angular.io-example:serve:fr"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"devServerTarget": "angular.io-example:serve:production"
|
||||
}
|
||||
}
|
||||
}
|
||||
// #docregion locale-config, build-single-locale, build-production-french, i18n-subPath
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue