ionic-team / ionic-team/ionic-cli
Warn about mismatched dist directories
Open
capacitor
cordova
enhancement
priority: low
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 682
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.