mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
22 lines
1.1 KiB
JavaScript
22 lines
1.1 KiB
JavaScript
exports.config = {
|
|
src: 'src',
|
|
dest: 'dist',
|
|
bundles: [
|
|
{ components: ['ion-app', 'ion-content', 'ion-footer', 'ion-header', 'ion-navbar', 'ion-page', 'ion-title', 'ion-toolbar'] },
|
|
{ components: ['ion-avatar', 'ion-thumbnail'] },
|
|
{ components: ['ion-badge'] },
|
|
{ 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-slides', 'ion-slide'] },
|
|
{ components: ['ion-spinner'] },
|
|
{ components: ['ion-toggle'] },
|
|
{ components: ['fiber-demo', 'fiber-triangle', 'fiber-dot'] },
|
|
{ components: ['news-list', 'news-container', 'comments-page', 'comments-list'] }
|
|
]
|
|
};
|