We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--prod
1 parent f5d4ca7 commit 609b80dCopy full SHA for 609b80d
packages/ionic/src/lib/project/angular/build.ts
@@ -58,13 +58,14 @@ ${input('ionic build')} uses the Angular CLI. Use ${input('ng build --help')} to
58
summary: `Flag to use the ${input('production')} configuration`,
59
type: Boolean,
60
hint: weak('[ng]'),
61
+ groups: ['cordova'],
62
},
63
...NG_BUILD_OPTIONS,
64
{
65
name: 'cordova-assets',
66
summary: 'Do not bundle Cordova assets during Cordova build',
67
- groups: [MetadataGroup.HIDDEN],
68
+ groups: [MetadataGroup.HIDDEN, 'cordova'],
69
default: true,
70
71
],
0 commit comments