mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
exports.config = {
|
|
dest: 'dist/core',
|
|
collections: [
|
|
'@ionic/core'
|
|
]
|
|
};
|