mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
exports.config = {
|
|
src: 'src',
|
|
dest: 'dist',
|
|
bundles: [
|
|
{ components: ['news-list', 'news-container', 'comments-page', 'comments-list'] }
|
|
],
|
|
collections: [
|
|
'@ionic/core',
|
|
]
|
|
};
|