mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
22 lines
1.1 KiB
JavaScript
22 lines
1.1 KiB
JavaScript
exports.config = {
|
|
namespace: 'Ionic',
|
|
generateCollection: true,
|
|
bundles: [
|
|
{ components: ['ion-app', 'ion-content', 'ion-footer', 'ion-header', 'ion-navbar', 'ion-page', 'ion-title', 'ion-toolbar'] },
|
|
{ components: ['ion-avatar', 'ion-badge', 'ion-thumbnail'] },
|
|
{ components: ['ion-button', 'ion-buttons', 'ion-icon'] },
|
|
{ components: ['ion-card', 'ion-card-content', 'ion-card-header', 'ion-card-title'] },
|
|
{ components: ['ion-gesture', 'ion-scroll'], priority: 'low' },
|
|
{ components: ['ion-item', 'ion-item-divider', 'ion-label', 'ion-list', 'ion-list-header', 'ion-skeleton-text'] },
|
|
{ components: ['ion-loading', 'ion-loading-controller'] },
|
|
{ components: ['ion-menu'], priority: 'low' },
|
|
{ components: ['ion-modal', 'ion-modal-controller'] },
|
|
{ components: ['ion-searchbar'] },
|
|
{ components: ['ion-segment', 'ion-segment-button'] },
|
|
{ components: ['ion-slides', 'ion-slide'] },
|
|
{ components: ['ion-spinner'] },
|
|
{ components: ['ion-toggle'] }
|
|
],
|
|
preamble: '(C) Ionic Vanilla https://ionicframework.com - MIT License'
|
|
};
|