mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
fix(config): update stencil config
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
exports.config = {
|
||||
namespace: 'ionic',
|
||||
src: 'src',
|
||||
dest: 'dist',
|
||||
collection: true,
|
||||
collectionDest: 'collection',
|
||||
namespace: 'Ionic',
|
||||
generateCollection: true,
|
||||
bundles: [
|
||||
{ components: ['ion-app', 'ion-content', 'ion-footer', 'ion-header', 'ion-navbar', 'ion-page', 'ion-title', 'ion-toolbar'] },
|
||||
{ components: ['ion-avatar', 'ion-badge', 'ion-thumbnail'] },
|
||||
|
||||
Reference in New Issue
Block a user