From c9f14d7f58086f38dab906d8724b0b7cd35c971b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 31 Jan 2022 14:41:18 -0500 Subject: [PATCH] exclude styles from manifest --- custom-elements-manifest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-elements-manifest.config.js b/custom-elements-manifest.config.js index deae40162..02d6f2682 100644 --- a/custom-elements-manifest.config.js +++ b/custom-elements-manifest.config.js @@ -9,7 +9,7 @@ const noDash = string => string.replace(/^\s?-/, '').trim(); export default { globs: ['src/components/**/*.ts'], - exclude: ['**/*.test.ts'], + exclude: ['**/*.styles.ts', '**/*.test.ts'], plugins: [ // Append package data {