Capacitor has a webDir config option, which should match Angular CLI's projects.app.architect.build.options.outputPath option. We can warn if they are mismatched.
Cordova needs a www/ directory, so we can warn if the output path isn't that as well, for Cordova projects.
Capacitor has a
webDirconfig option, which should match Angular CLI'sprojects.app.architect.build.options.outputPathoption. We can warn if they are mismatched.Cordova needs a
www/directory, so we can warn if the output path isn't that as well, for Cordova projects.