fix(react): add ts extension to tailwindcss utility glob (#16971)
This commit is contained in:
parent
dc7122984e
commit
cf0aa591a1
@ -7,7 +7,7 @@ import { createGlobPatternsForDependencies as jsGenerateGlobs } from '@nx/js/src
|
|||||||
*/
|
*/
|
||||||
export function createGlobPatternsForDependencies(
|
export function createGlobPatternsForDependencies(
|
||||||
dirPath: string,
|
dirPath: string,
|
||||||
fileGlobPattern: string = '/**/!(*.stories|*.spec).{tsx,jsx,js,html}'
|
fileGlobPattern: string = '/**/!(*.stories|*.spec).{tsx,ts,jsx,js,html}'
|
||||||
) {
|
) {
|
||||||
try {
|
try {
|
||||||
return jsGenerateGlobs(dirPath, fileGlobPattern);
|
return jsGenerateGlobs(dirPath, fileGlobPattern);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user