From 1a7aa404c57b2bce796ed05793c55b07c81132a8 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 27 Sep 2019 17:28:46 -0400 Subject: [PATCH] refactor(scss): remove scss (#19292) BREAKING CHANGES Removes `scss` files from the distributed files. Please use CSS variables for theming instead. --- core/stencil.config.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/stencil.config.ts b/core/stencil.config.ts index eb9d6eb562..3680fba9ec 100644 --- a/core/stencil.config.ts +++ b/core/stencil.config.ts @@ -76,10 +76,7 @@ export const config: Config = { }, { type: 'dist', - esmLoaderPath: '../loader', - copy: [ - { src: '**/*.scss' } - ] + esmLoaderPath: '../loader' }, // { // type: 'experimental-dist-module',