mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
9 lines
173 B
JavaScript
9 lines
173 B
JavaScript
exports.config = {
|
|
namespace: 'Ionic',
|
|
dest: 'dist',
|
|
collections: [
|
|
'@ionic/core'
|
|
],
|
|
preamble: '(C) Ionic Vanilla https://ionicframework.com - MIT License'
|
|
};
|