exclude styles from manifest

pull/661/head
Cory LaViska 2022-01-31 14:41:18 -05:00
rodzic aa7e32f81d
commit c9f14d7f58
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
{