From 62755f382423b51b5a18b88b8b7428ffe7dd93df Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 30 May 2018 14:02:22 -0500 Subject: [PATCH] chore(bundle): add ion-button and ion-icon bundle --- core/stencil.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/stencil.config.js b/core/stencil.config.js index 814af79bbf..295b45f2eb 100644 --- a/core/stencil.config.js +++ b/core/stencil.config.js @@ -7,6 +7,7 @@ exports.config = { { components: ['ion-action-sheet', 'ion-action-sheet-controller'] }, { components: ['ion-alert', 'ion-alert-controller'] }, { components: ['ion-avatar', 'ion-badge', 'ion-thumbnail'] }, + { components: ['ion-button', 'ion-icon'] }, { components: ['ion-card', 'ion-card-content', 'ion-card-header', 'ion-card-title', 'ion-card-subtitle'] }, { components: ['ion-chip', 'ion-chip-button'] }, { components: ['ion-datetime', 'ion-picker', 'ion-picker-column', 'ion-picker-controller'] },