The "wch-site-application-e2e" is mapped to the root folder, which is the same as the default wch-site-application.
This makes the schematics runtime think that the wch-site-application-e2e is the default application.
In a typical ng project the e2e application is mapped to a subfolder, e.g. for a new project like so:
"InitialProject-e2e": {
"root": "e2e/",
Would it be possible to construct this app accordingly?
The "wch-site-application-e2e" is mapped to the root folder, which is the same as the default wch-site-application.
This makes the schematics runtime think that the wch-site-application-e2e is the default application. In a typical ng project the e2e application is mapped to a subfolder, e.g. for a new project like so:
Would it be possible to construct this app accordingly?
I also opened an issue against the devkit to follow up on this: https://github.com/angular/angular-cli/issues/11321