mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
feat: add stencil config for ionic-angular.
This commit is contained in:
6
packages/ionic-angular/stencil.config.js
Normal file
6
packages/ionic-angular/stencil.config.js
Normal file
@ -0,0 +1,6 @@
|
||||
exports.config = {
|
||||
dest: 'dist',
|
||||
collections: [
|
||||
'@ionic/core'
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user