From 36a58df181d40c501a3ffe226834276b0ca203b1 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Mon, 1 Jul 2019 17:12:44 +0200 Subject: [PATCH] fix(): copy all scss files --- core/stencil.config.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/stencil.config.ts b/core/stencil.config.ts index 6b5d4ca39b7..0bd383a3b41 100644 --- a/core/stencil.config.ts +++ b/core/stencil.config.ts @@ -37,7 +37,7 @@ export const config: Config = { { components: ['ion-refresher', 'ion-refresher-content'] }, { components: ['ion-reorder', 'ion-reorder-group'] }, { components: ['ion-ripple-effect'] }, - { components: ['ion-anchor', 'ion-router', 'ion-route', 'ion-route-redirect', 'ion-router-link', 'ion-router-outlet'] }, + { components: ['ion-router', 'ion-route', 'ion-route-redirect', 'ion-router-link', 'ion-router-outlet'] }, { components: ['ion-searchbar'] }, { components: ['ion-segment', 'ion-segment-button'] }, { components: ['ion-select', 'ion-select-option', 'ion-select-popover'] }, @@ -50,7 +50,10 @@ export const config: Config = { { components: ['ion-toast'] }, { components: ['ion-toggle'] }, { components: ['ion-virtual-scroll'] }, + + // Deprecated { components: [ + 'ion-anchor', 'ion-action-sheet-controller', 'ion-alert-controller', 'ion-loading-controller', @@ -68,7 +71,7 @@ export const config: Config = { type: 'dist', esmLoaderPath: '../loader', copy: [ - { src: 'themes/*.scss' } + { src: '**/*.scss' } ] }, // {