Skip to content

Commit

Permalink
exclude styles from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Jan 31, 2022
1 parent aa7e32f commit c9f14d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-elements-manifest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit c9f14d7

Please sign in to comment.