feat(react): Allow tailwind glob to watch for changes to html files
This commit is contained in:
parent
c96c68f213
commit
8757423924
@ -7,7 +7,7 @@ import { createGlobPatternsForDependencies as workspaceGenerateGlobs } from '@nr
|
|||||||
*/
|
*/
|
||||||
export function createGlobPatternsForDependencies(
|
export function createGlobPatternsForDependencies(
|
||||||
dirPath: string,
|
dirPath: string,
|
||||||
fileGlobPattern: string = '/**/!(*.stories|*.spec).{tsx,jsx,js}'
|
fileGlobPattern: string = '/**/!(*.stories|*.spec).{tsx,jsx,js,html}'
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
return workspaceGenerateGlobs(dirPath, fileGlobPattern);
|
return workspaceGenerateGlobs(dirPath, fileGlobPattern);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user