We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acaf39 commit cdf2579Copy full SHA for cdf2579
1 file changed
packages/ionic/src/lib/integrations/capacitor/index.ts
@@ -29,7 +29,7 @@ export class Integration extends BaseIntegration<ProjectIntegration> {
29
const options: string[] = [];
30
31
if (this.e.project.type === 'react') {
32
- options.push('--web-dir', 'public');
+ options.push('--web-dir', 'build');
33
} else if (this.e.project.type === 'vue') {
34
options.push('--web-dir', 'dist');
35
}
0 commit comments